#FCC0F2

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

Shades of Lavender Rose #FCC0F2

Tints of Lavender Rose #FCC0F2

Color information

#FCC0F2 (or 0xFCC0F2) is unknown color: approx Lavender Rose. HEX triplet: FC, C0 and F2. RGB value is (252,192,242). Sum of RGB (Red+Green+Blue) = 252+192+242=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0F2 is #033F0D. Grayscale: #D7D7D7. Windows color (decimal): -212750 or 15909116. OLE color: 15909116.

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

Color convert

RGB252192242-
CMYK00.240.040.01
HSL310º90.91%87.06%-
HSV(B)310º23.81%98.82%-
XYZ75.0264.8192.56-
YUV215.64142.88153.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 192 (75.39% from 255) = 27.99%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=36.73%
G=27.99%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219224200.240.040.0131090.9187.06
HexFCC0F2018411365b57
Octal37430036203041466133127
Binary111111001100000011110010011000100110011011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0F2; }

 p { color: rgb(252,192,242); }

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

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

 a { background-color: rgb(252,192,242); }

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

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

 span { border-color: rgb(252,192,242); }

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