#FBDFF9

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

Shades of Selago #FBDFF9

Tints of Selago #FBDFF9

Color information

#FBDFF9 (or 0xFBDFF9) is unknown color: approx Selago. HEX triplet: FB, DF and F9. RGB value is (251,223,249). Sum of RGB (Red+Green+Blue) = 251+223+249=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF9 is #042006. Grayscale: #EAEAEA. Windows color (decimal): -270343 or 16375803. OLE color: 16375803.

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

Color convert

RGB251223249-
CMYK00.110.010.02
HSL304.29º77.78%92.94%-
HSV(B)304.29º11.16%98.43%-
XYZ83.2780.12100.7-
YUV234.34136.28139.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 223 (87.5% from 255) = 30.84%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=34.72%
G=30.84%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122324900.110.010.02304.2977.7892.94
HexFBDFF90B121304e5d
Octal37333737101312460116135
Binary1111101111011111111110010101111010011000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFF9; }

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

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

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

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

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

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

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

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