Html Css Color HEX #FCC0E2 Classic Rose

📋 copy color: '#FCC0E2'

red 252 ◦ green 192 ◦ blue 226

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

Shades of Classic Rose #FCC0E2

Tints of Classic Rose #FCC0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.73%

R = 37.61%
G = 28.66%
B = 33.73%

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

#FCC0E2 (or 0xFCC0E2) is known color: Classic Rose. HEX triplet: FC, C0 and E2. RGB value is (252,192,226). Sum of RGB (Red+Green+Blue) = 252+192+226=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0E2 is #033F1D. Grayscale: #D5D5D5. Windows color (decimal): -212766 or 14860540. OLE color: 14860540.

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

Color convert

RGB 252 192 226 -
CMYK 0 0.24 0.10 0.01
HSL 326º 0.91% 0.87% -
HSV(B) 326º 0.24% 0.99% -
XYZ 72.72 63.89 80.45 -
YUV 213.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 252 192 226 0 0.24 0.10 0.01 326 0.91 0.87
Hex FC C0 E2 0 18 A 1 146 5B 57
Octal 374 300 342 0 30 12 1 506 133 127
Binary 11111100 11000000 11100010 0 11000 1010 1 101000110 1011011 1010111

Color Harmonies of #FCC0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0E2

Black with #FCC0E2

Text Example


Text Example

White with #FCC0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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