#FCEFE9

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

Shades of Rose White #FCEFE9

Tints of Rose White #FCEFE9

Color information

#FCEFE9 (or 0xFCEFE9) is unknown color: approx Rose White. HEX triplet: FC, EF and E9. RGB value is (252,239,233). Sum of RGB (Red+Green+Blue) = 252+239+233=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 233 (91.41% from 255 or 32.18% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFE9 is #031016. Grayscale: #F2F2F2. Windows color (decimal): -200727 or 15331324. OLE color: 15331324.

HSL color Cylindrical-coordinate representation of color #FCEFE9: hue angle of 18.95º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEFE9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252239233-
CMYK00.050.080.01
HSL18.95º76%95.1%-
HSV(B)18.95º7.54%98.82%-
XYZ85.7288.3189.62-
YUV242.2122.81134.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 233 (91.41% from 255) = 32.18%
R=34.81%
G=33.01%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223923300.050.080.0118.957695.1
HexFCEFE90581134c5f
Octal3743573510510123114137
Binary1111110011101111111010010101100011001110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFE9; }

 p { color: rgb(252,239,233); }

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

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

 a { background-color: rgb(252,239,233); }

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

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

 span { border-color: rgb(252,239,233); }

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