#FDE2FB

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

Shades of Selago #FDE2FB

Tints of Selago #FDE2FB

Color information

#FDE2FB (or 0xFDE2FB) is unknown color: approx Selago. HEX triplet: FD, E2 and FB. RGB value is (253,226,251). Sum of RGB (Red+Green+Blue) = 253+226+251=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2FB is #021D04. Grayscale: #ECECEC. Windows color (decimal): -138501 or 16507645. OLE color: 16507645.

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

Color convert

RGB253226251-
CMYK00.110.010.01
HSL304.44º87.1%93.92%-
HSV(B)304.44º10.67%99.22%-
XYZ85.1282.24102.65-
YUV236.92135.95139.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.66%
GREEN value IS 226 (88.67% from 255) = 30.96%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=34.66%
G=30.96%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322625100.110.010.01304.4487.193.92
HexFDE2FB0B11130575e
Octal37534237301311460127136
Binary111111011110001011111011010111110011000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2FB; }

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

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

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

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

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

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

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

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