#FDEEEB

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

Shades of Rose White #FDEEEB

Tints of Rose White #FDEEEB

Color information

#FDEEEB (or 0xFDEEEB) is unknown color: approx Rose White. HEX triplet: FD, EE and EB. RGB value is (253,238,235). Sum of RGB (Red+Green+Blue) = 253+238+235=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 235 (92.19% from 255 or 32.37% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEEB is #021114. Grayscale: #F2F2F2. Windows color (decimal): -135445 or 15462141. OLE color: 15462141.

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

Color convert

RGB253238235-
CMYK00.060.070.01
HSL10º81.82%95.69%-
HSV(B)10º7.11%99.22%-
XYZ86.0888.0391.05-
YUV242.14123.97135.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.85%
GREEN value IS 238 (93.36% from 255) = 32.78%
BLUE value IS 235 (92.19% from 255) = 32.37%
R=34.85%
G=32.78%
B=32.37%

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
Decimal25323823500.060.070.011081.8295.69
HexFDEEEB0671a5260
Octal375356353067112122140
Binary11111101111011101110101101101111101010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEEB; }

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

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

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

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

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

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

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

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