Html Css Color HEX #FCC8EB Classic Rose

📋 copy color: '#FCC8EB'

red 252 ◦ green 200 ◦ blue 235

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

Shades of Classic Rose #FCC8EB

Tints of Classic Rose #FCC8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.21%

R = 36.68%
G = 29.11%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCC8EB (or 0xFCC8EB) is known color: Classic Rose. HEX triplet: FC, C8 and EB. RGB value is (252,200,235). Sum of RGB (Red+Green+Blue) = 252+200+235=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EB is #033714. Grayscale: #DBDBDB. Windows color (decimal): -210709 or 15452412. OLE color: 15452412.

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

Color convert

RGB 252 200 235 -
CMYK 0 0.21 0.07 0.01
HSL 319.62º 0.9% 0.89% -
HSV(B) 319.62º 0.21% 0.99% -
XYZ 75.79 68 87.73 -
YUV 219.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 252 200 235 0 0.21 0.07 0.01 319.62 0.9 0.89
Hex FC C8 EB 0 15 7 1 140 5A 59
Octal 374 310 353 0 25 7 1 500 132 131
Binary 11111100 11001000 11101011 0 10101 111 1 101000000 1011010 1011001

Color Harmonies of #FCC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8EB

Black with #FCC8EB

Text Example


Text Example

White with #FCC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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