Html Css Color HEX #FCC0E4 Classic Rose

📋 copy color: '#FCC0E4'

red 252 ◦ green 192 ◦ blue 228

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

Shades of Classic Rose #FCC0E4

Tints of Classic Rose #FCC0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.93%

R = 37.5%
G = 28.57%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCC0E4 (or 0xFCC0E4) is known color: Classic Rose. HEX triplet: FC, C0 and E4. RGB value is (252,192,228). Sum of RGB (Red+Green+Blue) = 252+192+228=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0E4 is #033F1B. Grayscale: #D5D5D5. Windows color (decimal): -212764 or 14991612. OLE color: 14991612.

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

Color convert

RGB 252 192 228 -
CMYK 0 0.24 0.10 0.01
HSL 324º 0.91% 0.87% -
HSV(B) 324º 0.24% 0.99% -
XYZ 73 64 81.9 -
YUV 214.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 252 192 228 0 0.24 0.10 0.01 324 0.91 0.87
Hex FC C0 E4 0 18 A 1 144 5B 57
Octal 374 300 344 0 30 12 1 504 133 127
Binary 11111100 11000000 11100100 0 11000 1010 1 101000100 1011011 1010111

Color Harmonies of #FCC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0E4

Black with #FCC0E4

Text Example


Text Example

White with #FCC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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