#FCC4F1

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

Shades of Lavender Rose #FCC4F1

Tints of Lavender Rose #FCC4F1

Color information

#FCC4F1 (or 0xFCC4F1) is unknown color: approx Lavender Rose. HEX triplet: FC, C4 and F1. RGB value is (252,196,241). Sum of RGB (Red+Green+Blue) = 252+196+241=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 196 (76.95% from 255 or 28.45% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4F1 is #033B0E. Grayscale: #D9D9D9. Windows color (decimal): -211727 or 15844604. OLE color: 15844604.

HSL color Cylindrical-coordinate representation of color #FCC4F1: hue angle of 311.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4F1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252196241-
CMYK00.220.040.01
HSL311.79º90.32%87.84%-
HSV(B)311.79º22.22%98.82%-
XYZ75.7666.5392.07-
YUV217.87141.05152.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 196 (76.95% from 255) = 28.45%
BLUE value IS 241 (94.53% from 255) = 34.98%
R=36.57%
G=28.45%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219624100.220.040.01311.7990.3287.84
HexFCC4F1016411385a58
Octal37430436102641470132130
Binary111111001100010011110001010110100110011100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4F1; }

 p { color: rgb(252,196,241); }

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

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

 a { background-color: rgb(252,196,241); }

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

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

 span { border-color: rgb(252,196,241); }

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