#FCACE2

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

Shades of Lavender Rose #FCACE2

Tints of Lavender Rose #FCACE2

Color information

#FCACE2 (or 0xFCACE2) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and E2. RGB value is (252,172,226). Sum of RGB (Red+Green+Blue) = 252+172+226=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACE2 is #03531D. Grayscale: #C9C9C9. Windows color (decimal): -217886 or 14855420. OLE color: 14855420.

HSL color Cylindrical-coordinate representation of color #FCACE2: hue angle of 319.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 #FCACE2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252172226-
CMYK00.320.100.01
HSL319.5º93.02%83.14%-
HSV(B)319.5º31.75%98.82%-
XYZ68.6255.6979.08-
YUV202.08141.5163.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=38.77%
G=26.46%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217222600.320.100.01319.593.0283.14
HexFCACE2020A11405d53
Octal374254342040121500135123
Binary11111100101011001110001001000001010110100000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACE2; }

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

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

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

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

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

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

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

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