#FCACE6

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

Shades of Lavender Rose #FCACE6

Tints of Lavender Rose #FCACE6

Color information

#FCACE6 (or 0xFCACE6) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and E6. RGB value is (252,172,230). Sum of RGB (Red+Green+Blue) = 252+172+230=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACE6 is #035319. Grayscale: #CACACA. Windows color (decimal): -217882 or 15117564. OLE color: 15117564.

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

Color convert

RGB252172230-
CMYK00.320.090.01
HSL316.5º93.02%83.14%-
HSV(B)316.5º31.75%98.82%-
XYZ69.1855.9182.01-
YUV202.53143.5163.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=38.53%
G=26.30%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217223000.320.090.01316.593.0283.14
HexFCACE60209113c5d53
Octal374254346040111474135123
Binary11111100101011001110011001000001001110011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACE6; }

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

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

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

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

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

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

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

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