#FBDEF9

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

Shades of Selago #FBDEF9

Tints of Selago #FBDEF9

Color information

#FBDEF9 (or 0xFBDEF9) is unknown color: approx Selago. HEX triplet: FB, DE and F9. RGB value is (251,222,249). Sum of RGB (Red+Green+Blue) = 251+222+249=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF9 is #042106. Grayscale: #E9E9E9. Windows color (decimal): -270599 or 16375547. OLE color: 16375547.

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

Color convert

RGB251222249-
CMYK00.120.010.02
HSL304.14º78.38%92.75%-
HSV(B)304.14º11.55%98.43%-
XYZ8379.59100.61-
YUV233.75136.61140.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 222 (87.11% from 255) = 30.75%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=34.76%
G=30.75%
B=34.49%

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
Decimal25122224900.120.010.02304.1478.3892.75
HexFBDEF90C121304e5d
Octal37333637101412460116135
Binary1111101111011110111110010110011010011000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEF9; }

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

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

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

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

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

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

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

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