#FBD9FF

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

Shades of Selago #FBD9FF

Tints of Selago #FBD9FF

Color information

#FBD9FF (or 0xFBD9FF) is unknown color: approx Selago. HEX triplet: FB, D9 and FF. RGB value is (251,217,255). Sum of RGB (Red+Green+Blue) = 251+217+255=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9FF is #042600. Grayscale: #E7E7E7. Windows color (decimal): -271873 or 16767483. OLE color: 16767483.

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

Color convert

RGB251217255-
CMYK0.020.1500
HSL293.68º100%92.55%-
HSV(B)293.68º14.9%100%-
XYZ82.6577.35105.18-
YUV231.5141.26141.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 217 (85.16% from 255) = 30.01%
BLUE value IS 255 (100% from 255) = 35.27%
R=34.72%
G=30.01%
B=35.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512172550.020.1500293.6810092.55
HexFBD9FF2F00126645d
Octal37333137721700446144135
Binary1111101111011001111111111011110010010011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9FF; }

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

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

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

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

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

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

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

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