#FCCFEB

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

Shades of Classic Rose #FCCFEB

Tints of Classic Rose #FCCFEB

Color information

#FCCFEB (or 0xFCCFEB) is unknown color: approx Classic Rose. HEX triplet: FC, CF and EB. RGB value is (252,207,235). Sum of RGB (Red+Green+Blue) = 252+207+235=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFEB is #033014. Grayscale: #DFDFDF. Windows color (decimal): -208917 or 15454204. OLE color: 15454204.

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

Color convert

RGB252207235-
CMYK00.180.070.01
HSL322.67º88.24%90%-
HSV(B)322.67º17.86%98.82%-
XYZ77.4571.3288.28-
YUV223.65134.41148.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 207 (81.25% from 255) = 29.83%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=36.31%
G=29.83%
B=33.86%

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
Decimal25220723500.180.070.01322.6788.2490
HexFCCFEB01271143585a
Octal37431735302271503130132
Binary111111001100111111101011010010111110100001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFEB; }

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

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

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

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

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

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

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

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