Html Css Color HEX #FCC0DF Classic Rose

📋 copy color: '#FCC0DF'

red 252 ◦ green 192 ◦ blue 223

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

Shades of Classic Rose #FCC0DF

Tints of Classic Rose #FCC0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.43%

R = 37.78%
G = 28.79%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCC0DF (or 0xFCC0DF) is known color: Classic Rose. HEX triplet: FC, C0 and DF. RGB value is (252,192,223). Sum of RGB (Red+Green+Blue) = 252+192+223=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DF is #033F20. Grayscale: #D5D5D5. Windows color (decimal): -212769 or 14663932. OLE color: 14663932.

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

Color convert

RGB 252 192 223 -
CMYK 0 0.24 0.12 0.01
HSL 329º 0.91% 0.87% -
HSV(B) 329º 0.24% 0.99% -
XYZ 72.31 63.72 78.3 -
YUV 213.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 252 192 223 0 0.24 0.12 0.01 329 0.91 0.87
Hex FC C0 DF 0 18 C 1 149 5B 57
Octal 374 300 337 0 30 14 1 511 133 127
Binary 11111100 11000000 11011111 0 11000 1100 1 101001001 1011011 1010111

Color Harmonies of #FCC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0DF

Black with #FCC0DF

Text Example


Text Example

White with #FCC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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