Html Css Color HEX #FCCEEF Classic Rose

📋 copy color: '#FCCEEF'

red 252 ◦ green 206 ◦ blue 239

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

Shades of Classic Rose #FCCEEF

Tints of Classic Rose #FCCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.56%

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

R = 36.15%
G = 29.56%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCCEEF (or 0xFCCEEF) is known color: Classic Rose. HEX triplet: FC, CE and EF. RGB value is (252,206,239). Sum of RGB (Red+Green+Blue) = 252+206+239=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEEF is #033110. Grayscale: #DFDFDF. Windows color (decimal): -209169 or 15716092. OLE color: 15716092.

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

Color convert

RGB 252 206 239 -
CMYK 0 0.18 0.05 0.01
HSL 316.96º 0.88% 0.9% -
HSV(B) 316.96º 0.18% 0.99% -
XYZ 77.8 71.07 91.28 -
YUV 223.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 252 206 239 0 0.18 0.05 0.01 316.96 0.88 0.9
Hex FC CE EF 0 12 5 1 13D 58 5A
Octal 374 316 357 0 22 5 1 475 130 132
Binary 11111100 11001110 11101111 0 10010 101 1 100111101 1011000 1011010

Color Harmonies of #FCCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEEF

Black with #FCCEEF

Text Example


Text Example

White with #FCCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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