Html Css Color HEX #FCC0EF Lavender Rose

📋 copy color: '#FCC0EF'

red 252 ◦ green 192 ◦ blue 239

#FCC0EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FCC0EF

Tints of Lavender Rose #FCC0EF

RGB

 RED value IS 252 (98.83% from 255) = 36.9%

 GREEN value IS 192 (75.39% from 255) = 28.11%

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 36.9%
G = 28.11%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCC0EF (or 0xFCC0EF) is known color: Lavender Rose. HEX triplet: FC, C0 and EF. RGB value is (252,192,239). Sum of RGB (Red+Green+Blue) = 252+192+239=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0EF is #033F10. Grayscale: #D7D7D7. Windows color (decimal): -212753 or 15712508. OLE color: 15712508.

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

Color convert

RGB 252 192 239 -
CMYK 0 0.24 0.05 0.01
HSL 313º 0.91% 0.87% -
HSV(B) 313º 0.24% 0.99% -
XYZ 74.57 64.63 90.21 -
YUV 215.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 252 192 239 0 0.24 0.05 0.01 313 0.91 0.87
Hex FC C0 EF 0 18 5 1 139 5B 57
Octal 374 300 357 0 30 5 1 471 133 127
Binary 11111100 11000000 11101111 0 11000 101 1 100111001 1011011 1010111

Color Harmonies of #FCC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0EF

Black with #FCC0EF

Text Example


Text Example

White with #FCC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0EF; }

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

 H1.HeaderClassName
 {
   color: #FCC0EF;
 }
 .AnyTagClassName
 {
   color: #FCC0EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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