Html Css Color HEX #FCC0E3 Classic Rose

📋 copy color: '#FCC0E3'

red 252 ◦ green 192 ◦ blue 227

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

Shades of Classic Rose #FCC0E3

Tints of Classic Rose #FCC0E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.83%

R = 37.56%
G = 28.61%
B = 33.83%

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

#FCC0E3 (or 0xFCC0E3) is known color: Classic Rose. HEX triplet: FC, C0 and E3. RGB value is (252,192,227). Sum of RGB (Red+Green+Blue) = 252+192+227=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0E3 is #033F1C. Grayscale: #D5D5D5. Windows color (decimal): -212765 or 14926076. OLE color: 14926076.

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

Color convert

RGB 252 192 227 -
CMYK 0 0.24 0.10 0.01
HSL 325º 0.91% 0.87% -
HSV(B) 325º 0.24% 0.99% -
XYZ 72.86 63.94 81.17 -
YUV 213.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 252 192 227 0 0.24 0.10 0.01 325 0.91 0.87
Hex FC C0 E3 0 18 A 1 145 5B 57
Octal 374 300 343 0 30 12 1 505 133 127
Binary 11111100 11000000 11100011 0 11000 1010 1 101000101 1011011 1010111

Color Harmonies of #FCC0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0E3

Black with #FCC0E3

Text Example


Text Example

White with #FCC0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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