#FBD3FF

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

Shades of Selago #FBD3FF

Tints of Selago #FBD3FF

Color information

#FBD3FF (or 0xFBD3FF) is unknown color: approx Selago. HEX triplet: FB, D3 and FF. RGB value is (251,211,255). Sum of RGB (Red+Green+Blue) = 251+211+255=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 211 (82.81% from 255 or 29.43% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD3FF is #042C00. Grayscale: #E3E3E3. Windows color (decimal): -273409 or 16765947. OLE color: 16765947.

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

Color convert

RGB251211255-
CMYK0.020.1700
HSL294.55º100%91.37%-
HSV(B)294.55º17.25%100%-
XYZ81.1374.32104.68-
YUV227.98143.25144.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 211 (82.81% from 255) = 29.43%
BLUE value IS 255 (100% from 255) = 35.56%
R=35.01%
G=29.43%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512112550.020.1700294.5510091.37
HexFBD3FF21100127645b
Octal37332337722100447144133
Binary11111011110100111111111110100010010010011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3FF; }

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

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

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

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

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

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

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

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