Html Css Color HEX #FCC8DF Classic Rose

📋 copy color: '#FCC8DF'

red 252 ◦ green 200 ◦ blue 223

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

Shades of Classic Rose #FCC8DF

Tints of Classic Rose #FCC8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.63%

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

R = 37.33%
G = 29.63%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCC8DF (or 0xFCC8DF) is known color: Classic Rose. HEX triplet: FC, C8 and DF. RGB value is (252,200,223). Sum of RGB (Red+Green+Blue) = 252+200+223=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8DF is #033720. Grayscale: #DADADA. Windows color (decimal): -210721 or 14665980. OLE color: 14665980.

HSL color Cylindrical-coordinate representation of color #FCC8DF: hue angle of 333.46º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8DF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 223 -
CMYK 0 0.21 0.12 0.01
HSL 333.46º 0.9% 0.89% -
HSV(B) 333.46º 0.21% 0.99% -
XYZ 74.12 67.33 78.9 -
YUV 218.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 252 200 223 0 0.21 0.12 0.01 333.46 0.9 0.89
Hex FC C8 DF 0 15 C 1 14D 5A 59
Octal 374 310 337 0 25 14 1 515 132 131
Binary 11111100 11001000 11011111 0 10101 1100 1 101001101 1011010 1011001

Color Harmonies of #FCC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8DF

Black with #FCC8DF

Text Example


Text Example

White with #FCC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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