Html Css Color HEX #FCC0E5 Classic Rose

📋 copy color: '#FCC0E5'

red 252 ◦ green 192 ◦ blue 229

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

Shades of Classic Rose #FCC0E5

Tints of Classic Rose #FCC0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 37.44%
G = 28.53%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCC0E5 (or 0xFCC0E5) is known color: Classic Rose. HEX triplet: FC, C0 and E5. RGB value is (252,192,229). Sum of RGB (Red+Green+Blue) = 252+192+229=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0E5 is #033F1A. Grayscale: #D6D6D6. Windows color (decimal): -212763 or 15057148. OLE color: 15057148.

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

Color convert

RGB 252 192 229 -
CMYK 0 0.24 0.09 0.01
HSL 323º 0.91% 0.87% -
HSV(B) 323º 0.24% 0.99% -
XYZ 73.14 64.05 82.64 -
YUV 214.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 252 192 229 0 0.24 0.09 0.01 323 0.91 0.87
Hex FC C0 E5 0 18 9 1 143 5B 57
Octal 374 300 345 0 30 11 1 503 133 127
Binary 11111100 11000000 11100101 0 11000 1001 1 101000011 1011011 1010111

Color Harmonies of #FCC0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0E5

Black with #FCC0E5

Text Example


Text Example

White with #FCC0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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