#FCAC8C

Color #FCAC8C Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FCAC8C

Tints of Rose Bud #FCAC8C

Color information

#FCAC8C (or 0xFCAC8C) is unknown color: approx Rose Bud. HEX triplet: FC, AC and 8C. RGB value is (252,172,140). Sum of RGB (Red+Green+Blue) = 252+172+140=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC8C is #035373. Grayscale: #C0C0C0. Windows color (decimal): -217972 or 9219324. OLE color: 9219324.

HSL color Cylindrical-coordinate representation of color #FCAC8C: hue angle of 17.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCAC8C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252172140-
CMYK00.320.440.01
HSL17.14º94.92%76.86%-
HSV(B)17.14º44.44%98.82%-
XYZ59.6352.0931.72-
YUV192.2798.5170.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=44.68%
G=30.50%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217214000.320.440.0117.1494.9276.86
HexFCAC8C0202C1115f4d
Octal37425421404054121137115
Binary111111001010110010001100010000010110011000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC8C; }

 p { color: rgb(252,172,140); }

 H1.HeaderClassName
 {
   color: #FCAC8C;
 }
 .AnyTagClassName
 {
   color: #FCAC8C;
 }
</style>
background-color css

<style>
 a { background-color: #FCAC8C; }

 a { background-color: rgb(252,172,140); }

 div.DivClassName
 {
   background-color: #FCAC8C;
 }
 .BgClassName
 {
   background-color: #FCAC8C;
 }
</style>
border-color css

<style>
 span { border-color: #FCAC8C; }

 span { border-color: rgb(252,172,140); }

 td.TdClassName
 {
   border-color: #FCAC8C;
 }
 .TagClassName
 {
   border-color: #FCAC8C;
 }
</style>