#FBDDFF

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

Shades of Selago #FBDDFF

Tints of Selago #FBDDFF

Color information

#FBDDFF (or 0xFBDDFF) is unknown color: approx Selago. HEX triplet: FB, DD and FF. RGB value is (251,221,255). Sum of RGB (Red+Green+Blue) = 251+221+255=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 221 (86.72% from 255 or 30.40% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFF is #042200. Grayscale: #E9E9E9. Windows color (decimal): -270849 or 16768507. OLE color: 16768507.

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

Color convert

RGB251221255-
CMYK0.020.1300
HSL292.94º100%93.33%-
HSV(B)292.94º13.33%100%-
XYZ83.6979.44105.53-
YUV233.85139.94140.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 221 (86.72% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 35.08%
R=34.53%
G=30.40%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512212550.020.1300292.9410093.33
HexFBDDFF2D00125645d
Octal37333537721500445144135
Binary1111101111011101111111111011010010010010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDFF; }

 p { color: rgb(251,221,255); }

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

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

 a { background-color: rgb(251,221,255); }

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

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

 span { border-color: rgb(251,221,255); }

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