#FDEBFB

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

Shades of Selago #FDEBFB

Tints of Selago #FDEBFB

Color information

#FDEBFB (or 0xFDEBFB) is unknown color: approx Selago. HEX triplet: FD, EB and FB. RGB value is (253,235,251). Sum of RGB (Red+Green+Blue) = 253+235+251=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBFB is #021404. Grayscale: #F2F2F2. Windows color (decimal): -136197 or 16509949. OLE color: 16509949.

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

Color convert

RGB253235251-
CMYK00.070.010.01
HSL306.67º81.82%95.69%-
HSV(B)306.67º7.11%99.22%-
XYZ87.6387.26103.49-
YUV242.21132.96135.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.24%
GREEN value IS 235 (92.19% from 255) = 31.80%
BLUE value IS 251 (98.44% from 255) = 33.96%
R=34.24%
G=31.80%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323525100.070.010.01306.6781.8295.69
HexFDEBFB07111335260
Octal3753533730711463122140
Binary11111101111010111111101101111110011001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBFB; }

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

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

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

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

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

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

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

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