#FBDEF8

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

Shades of Selago #FBDEF8

Tints of Selago #FBDEF8

Color information

#FBDEF8 (or 0xFBDEF8) is unknown color: approx Selago. HEX triplet: FB, DE and F8. RGB value is (251,222,248). Sum of RGB (Red+Green+Blue) = 251+222+248=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF8 is #042107. Grayscale: #E9E9E9. Windows color (decimal): -270600 or 16310011. OLE color: 16310011.

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

Color convert

RGB251222248-
CMYK00.120.010.02
HSL306.21º78.38%92.75%-
HSV(B)306.21º11.55%98.43%-
XYZ82.8579.5399.79-
YUV233.64136.11140.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 222 (87.11% from 255) = 30.79%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=34.81%
G=30.79%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122224800.120.010.02306.2178.3892.75
HexFBDEF80C121324e5d
Octal37333637001412462116135
Binary1111101111011110111110000110011010011001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF8; }

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

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

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

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

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

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

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

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