#FBD6FF

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

Shades of Selago #FBD6FF

Tints of Selago #FBD6FF

Color information

#FBD6FF (or 0xFBD6FF) is unknown color: approx Selago. HEX triplet: FB, D6 and FF. RGB value is (251,214,255). Sum of RGB (Red+Green+Blue) = 251+214+255=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 214 (83.98% from 255 or 29.72% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBD6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD6FF is #042900. Grayscale: #E5E5E5. Windows color (decimal): -272641 or 16766715. OLE color: 16766715.

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

Color convert

RGB251214255-
CMYK0.020.1600
HSL294.15º100%91.96%-
HSV(B)294.15º16.08%100%-
XYZ81.8875.82104.93-
YUV229.74142.26143.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 214 (83.98% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 35.42%
R=34.86%
G=29.72%
B=35.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512142550.020.1600294.1510091.96
HexFBD6FF21000126645c
Octal37332637722000446144134
Binary11111011110101101111111110100000010010011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6FF; }

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

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

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

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

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

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

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

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