Html Css Color HEX #FCC2EF Lavender Rose

📋 copy color: '#FCC2EF'

red 252 ◦ green 194 ◦ blue 239

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

Shades of Lavender Rose #FCC2EF

Tints of Lavender Rose #FCC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.32%

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

R = 36.79%
G = 28.32%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCC2EF (or 0xFCC2EF) is known color: Lavender Rose. HEX triplet: FC, C2 and EF. RGB value is (252,194,239). Sum of RGB (Red+Green+Blue) = 252+194+239=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2EF is #033D10. Grayscale: #D8D8D8. Windows color (decimal): -212241 or 15713020. OLE color: 15713020.

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

Color convert

RGB 252 194 239 -
CMYK 0 0.23 0.05 0.01
HSL 313.45º 0.91% 0.87% -
HSV(B) 313.45º 0.23% 0.99% -
XYZ 75.02 65.51 90.35 -
YUV 216.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 252 194 239 0 0.23 0.05 0.01 313.45 0.91 0.87
Hex FC C2 EF 0 17 5 1 139 5B 57
Octal 374 302 357 0 27 5 1 471 133 127
Binary 11111100 11000010 11101111 0 10111 101 1 100111001 1011011 1010111

Color Harmonies of #FCC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2EF

Black with #FCC2EF

Text Example


Text Example

White with #FCC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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