#FCACF0

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

Shades of Lavender Rose #FCACF0

Tints of Lavender Rose #FCACF0

Color information

#FCACF0 (or 0xFCACF0) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and F0. RGB value is (252,172,240). Sum of RGB (Red+Green+Blue) = 252+172+240=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF0 is #03530F. Grayscale: #CBCBCB. Windows color (decimal): -217872 or 15772924. OLE color: 15772924.

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

Color convert

RGB252172240-
CMYK00.320.050.01
HSL309º93.02%83.14%-
HSV(B)309º31.75%98.82%-
XYZ70.6356.4989.62-
YUV203.67148.5162.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 172 (67.58% from 255) = 25.90%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=37.95%
G=25.90%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217224000.320.050.0130993.0283.14
HexFCACF0020511355d53
Octal37425436004051465135123
Binary1111110010101100111100000100000101110011010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACF0; }

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

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

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

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

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

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

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

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