Html Css Color HEX #FCC8ED Classic Rose

📋 copy color: '#FCC8ED'

red 252 ◦ green 200 ◦ blue 237

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

Shades of Classic Rose #FCC8ED

Tints of Classic Rose #FCC8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 36.57%
G = 29.03%
B = 34.4%

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

#FCC8ED (or 0xFCC8ED) is known color: Classic Rose. HEX triplet: FC, C8 and ED. RGB value is (252,200,237). Sum of RGB (Red+Green+Blue) = 252+200+237=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8ED is #033712. Grayscale: #DBDBDB. Windows color (decimal): -210707 or 15583484. OLE color: 15583484.

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

Color convert

RGB 252 200 237 -
CMYK 0 0.21 0.06 0.01
HSL 317.31º 0.9% 0.89% -
HSV(B) 317.31º 0.21% 0.99% -
XYZ 76.09 68.12 89.26 -
YUV 219.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 252 200 237 0 0.21 0.06 0.01 317.31 0.9 0.89
Hex FC C8 ED 0 15 6 1 13D 5A 59
Octal 374 310 355 0 25 6 1 475 132 131
Binary 11111100 11001000 11101101 0 10101 110 1 100111101 1011010 1011001

Color Harmonies of #FCC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8ED

Black with #FCC8ED

Text Example


Text Example

White with #FCC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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