#FBDAF9

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

Shades of Selago #FBDAF9

Tints of Selago #FBDAF9

Color information

#FBDAF9 (or 0xFBDAF9) is unknown color: approx Selago. HEX triplet: FB, DA and F9. RGB value is (251,218,249). Sum of RGB (Red+Green+Blue) = 251+218+249=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAF9 is #042506. Grayscale: #E7E7E7. Windows color (decimal): -271623 or 16374523. OLE color: 16374523.

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

Color convert

RGB251218249-
CMYK00.130.010.02
HSL303.64º80.49%91.96%-
HSV(B)303.64º13.15%98.43%-
XYZ81.9577.49100.26-
YUV231.4137.93141.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.96%
GREEN value IS 218 (85.55% from 255) = 30.36%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=34.96%
G=30.36%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121824900.130.010.02303.6480.4991.96
HexFBDAF90D12130505c
Octal37333237101512460120134
Binary1111101111011010111110010110111010011000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAF9; }

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

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

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

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

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

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

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

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