Html Css Color HEX #FCC8EF Classic Rose

📋 copy color: '#FCC8EF'

red 252 ◦ green 200 ◦ blue 239

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

Shades of Classic Rose #FCC8EF

Tints of Classic Rose #FCC8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.59%

R = 36.47%
G = 28.94%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCC8EF (or 0xFCC8EF) is known color: Classic Rose. HEX triplet: FC, C8 and EF. RGB value is (252,200,239). Sum of RGB (Red+Green+Blue) = 252+200+239=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EF is #033710. Grayscale: #DBDBDB. Windows color (decimal): -210705 or 15714556. OLE color: 15714556.

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

Color convert

RGB 252 200 239 -
CMYK 0 0.21 0.05 0.01
HSL 315º 0.9% 0.89% -
HSV(B) 315º 0.21% 0.99% -
XYZ 76.38 68.24 90.81 -
YUV 219.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 252 200 239 0 0.21 0.05 0.01 315 0.9 0.89
Hex FC C8 EF 0 15 5 1 13B 5A 59
Octal 374 310 357 0 25 5 1 473 132 131
Binary 11111100 11001000 11101111 0 10101 101 1 100111011 1011010 1011001

Color Harmonies of #FCC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8EF

Black with #FCC8EF

Text Example


Text Example

White with #FCC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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