#FCCFEA

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

Shades of Classic Rose #FCCFEA

Tints of Classic Rose #FCCFEA

Color information

#FCCFEA (or 0xFCCFEA) is unknown color: approx Classic Rose. HEX triplet: FC, CF and EA. RGB value is (252,207,234). Sum of RGB (Red+Green+Blue) = 252+207+234=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFEA is #033015. Grayscale: #DFDFDF. Windows color (decimal): -208918 or 15388668. OLE color: 15388668.

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

Color convert

RGB252207234-
CMYK00.180.070.01
HSL324º88.24%90%-
HSV(B)324º17.86%98.82%-
XYZ77.3171.2687.52-
YUV223.53133.91148.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=36.36%
G=29.87%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220723400.180.070.0132488.2490
HexFCCFEA01271144585a
Octal37431735202271504130132
Binary111111001100111111101010010010111110100010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFEA; }

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

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

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

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

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

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

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

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