Html Css Color HEX #FCC0DB Classic Rose

📋 copy color: '#FCC0DB'

red 252 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #FCC0DB

Tints of Classic Rose #FCC0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.03%

R = 38.01%
G = 28.96%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCC0DB (or 0xFCC0DB) is known color: Classic Rose. HEX triplet: FC, C0 and DB. RGB value is (252,192,219). Sum of RGB (Red+Green+Blue) = 252+192+219=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DB is #033F24. Grayscale: #D4D4D4. Windows color (decimal): -212773 or 14401788. OLE color: 14401788.

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

Color convert

RGB 252 192 219 -
CMYK 0 0.24 0.13 0.01
HSL 333º 0.91% 0.87% -
HSV(B) 333º 0.24% 0.99% -
XYZ 71.78 63.51 75.49 -
YUV 213.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 252 192 219 0 0.24 0.13 0.01 333 0.91 0.87
Hex FC C0 DB 0 18 D 1 14D 5B 57
Octal 374 300 333 0 30 15 1 515 133 127
Binary 11111100 11000000 11011011 0 11000 1101 1 101001101 1011011 1010111

Color Harmonies of #FCC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0DB

Black with #FCC0DB

Text Example


Text Example

White with #FCC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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