Html Css Color HEX #FCCEF0 Classic Rose

📋 copy color: '#FCCEF0'

red 252 ◦ green 206 ◦ blue 240

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

Shades of Classic Rose #FCCEF0

Tints of Classic Rose #FCCEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.38%

R = 36.1%
G = 29.51%
B = 34.38%

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

#FCCEF0 (or 0xFCCEF0) is known color: Classic Rose. HEX triplet: FC, CE and F0. RGB value is (252,206,240). Sum of RGB (Red+Green+Blue) = 252+206+240=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF0 is #03310F. Grayscale: #DFDFDF. Windows color (decimal): -209168 or 15781628. OLE color: 15781628.

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

Color convert

RGB 252 206 240 -
CMYK 0 0.18 0.05 0.01
HSL 315.65º 0.88% 0.9% -
HSV(B) 315.65º 0.18% 0.99% -
XYZ 77.94 71.13 92.06 -
YUV 223.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 252 206 240 0 0.18 0.05 0.01 315.65 0.88 0.9
Hex FC CE F0 0 12 5 1 13C 58 5A
Octal 374 316 360 0 22 5 1 474 130 132
Binary 11111100 11001110 11110000 0 10010 101 1 100111100 1011000 1011010

Color Harmonies of #FCCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEF0

Black with #FCCEF0

Text Example


Text Example

White with #FCCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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