#FCCFE7

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

Shades of Classic Rose #FCCFE7

Tints of Classic Rose #FCCFE7

Color information

#FCCFE7 (or 0xFCCFE7) is unknown color: approx Classic Rose. HEX triplet: FC, CF and E7. RGB value is (252,207,231). Sum of RGB (Red+Green+Blue) = 252+207+231=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFE7 is #033018. Grayscale: #DFDFDF. Windows color (decimal): -208921 or 15192060. OLE color: 15192060.

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

Color convert

RGB252207231-
CMYK00.180.080.01
HSL328º88.24%90%-
HSV(B)328º17.86%98.82%-
XYZ76.8871.0985.27-
YUV223.19132.41148.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 207 (81.25% from 255) = 30%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=36.52%
G=30%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220723100.180.080.0132888.2490
HexFCCFE701281148585a
Octal374317347022101510130132
Binary1111110011001111111001110100101000110100100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFE7; }

 p { color: rgb(252,207,231); }

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

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

 a { background-color: rgb(252,207,231); }

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

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

 span { border-color: rgb(252,207,231); }

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