#FDDEFB

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

Shades of Selago #FDDEFB

Tints of Selago #FDDEFB

Color information

#FDDEFB (or 0xFDDEFB) is unknown color: approx Selago. HEX triplet: FD, DE and FB. RGB value is (253,222,251). Sum of RGB (Red+Green+Blue) = 253+222+251=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFB is #022104. Grayscale: #EAEAEA. Windows color (decimal): -139525 or 16506621. OLE color: 16506621.

HSL color Cylindrical-coordinate representation of color #FDDEFB: hue angle of 303.87º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEFB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253222251-
CMYK00.120.010.01
HSL303.87º88.57%93.14%-
HSV(B)303.87º12.25%99.22%-
XYZ84.0480.09102.3-
YUV234.58137.27141.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.85%
GREEN value IS 222 (87.11% from 255) = 30.58%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=34.85%
G=30.58%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322225100.120.010.01303.8788.5793.14
HexFDDEFB0C11130595d
Octal37533637301411460131135
Binary111111011101111011111011011001110011000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEFB; }

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

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

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

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

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

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

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

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