Html Css Color HEX #FCC8EC Classic Rose

📋 copy color: '#FCC8EC'

red 252 ◦ green 200 ◦ blue 236

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

Shades of Classic Rose #FCC8EC

Tints of Classic Rose #FCC8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.3%

R = 36.63%
G = 29.07%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCC8EC (or 0xFCC8EC) is known color: Classic Rose. HEX triplet: FC, C8 and EC. RGB value is (252,200,236). Sum of RGB (Red+Green+Blue) = 252+200+236=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EC is #033713. Grayscale: #DBDBDB. Windows color (decimal): -210708 or 15517948. OLE color: 15517948.

HSL color Cylindrical-coordinate representation of color #FCC8EC: hue angle of 318.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 #FCC8EC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 236 -
CMYK 0 0.21 0.06 0.01
HSL 318.46º 0.9% 0.89% -
HSV(B) 318.46º 0.21% 0.99% -
XYZ 75.94 68.06 88.49 -
YUV 219.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 252 200 236 0 0.21 0.06 0.01 318.46 0.9 0.89
Hex FC C8 EC 0 15 6 1 13E 5A 59
Octal 374 310 354 0 25 6 1 476 132 131
Binary 11111100 11001000 11101100 0 10101 110 1 100111110 1011010 1011001

Color Harmonies of #FCC8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8EC

Black with #FCC8EC

Text Example


Text Example

White with #FCC8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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