#FCEEEB

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

Shades of Rose White #FCEEEB

Tints of Rose White #FCEEEB

Color information

#FCEEEB (or 0xFCEEEB) is unknown color: approx Rose White. HEX triplet: FC, EE and EB. RGB value is (252,238,235). Sum of RGB (Red+Green+Blue) = 252+238+235=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 235 (92.19% from 255 or 32.41% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEEB is #031114. Grayscale: #F1F1F1. Windows color (decimal): -200981 or 15462140. OLE color: 15462140.

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

Color convert

RGB252238235-
CMYK00.060.070.01
HSL10.59º73.91%95.49%-
HSV(B)10.59º6.75%98.82%-
XYZ85.7187.8491.03-
YUV241.84124.14135.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 238 (93.36% from 255) = 32.83%
BLUE value IS 235 (92.19% from 255) = 32.41%
R=34.76%
G=32.83%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223823500.060.070.0110.5973.9195.49
HexFCEEEB0671b4a5f
Octal374356353067113112137
Binary11111100111011101110101101101111101110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEEB; }

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

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

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

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

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

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

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

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