#FCCEF1

Color #FCCEF1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FCCEF1

Tints of Classic Rose #FCCEF1

Color information

#FCCEF1 (or 0xFCCEF1) is unknown color: approx Classic Rose. HEX triplet: FC, CE and F1. RGB value is (252,206,241). Sum of RGB (Red+Green+Blue) = 252+206+241=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF1 is #03310E. Grayscale: #DFDFDF. Windows color (decimal): -209167 or 15847164. OLE color: 15847164.

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

Color convert

RGB252206241-
CMYK00.180.040.01
HSL314.35º88.46%89.8%-
HSV(B)314.35º18.25%98.82%-
XYZ78.0971.1992.84-
YUV223.74137.74148.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 206 (80.86% from 255) = 29.47%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=36.05%
G=29.47%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220624100.180.040.01314.3588.4689.8
HexFCCEF10124113a585a
Octal37431636102241472130132
Binary111111001100111011110001010010100110011101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEF1; }

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

 H1.HeaderClassName
 {
   color: #FCCEF1;
 }
 .AnyTagClassName
 {
   color: #FCCEF1;
 }
</style>
background-color css

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

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

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

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

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

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