#FBD2FF

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

Shades of Selago #FBD2FF

Tints of Selago #FBD2FF

Color information

#FBD2FF (or 0xFBD2FF) is unknown color: approx Selago. HEX triplet: FB, D2 and FF. RGB value is (251,210,255). Sum of RGB (Red+Green+Blue) = 251+210+255=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2FF is #042D00. Grayscale: #E3E3E3. Windows color (decimal): -273665 or 16765691. OLE color: 16765691.

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

Color convert

RGB251210255-
CMYK0.020.1800
HSL294.67º100%91.18%-
HSV(B)294.67º17.65%100%-
XYZ80.8873.82104.59-
YUV227.39143.58144.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 210 (82.42% from 255) = 29.33%
BLUE value IS 255 (100% from 255) = 35.61%
R=35.06%
G=29.33%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512102550.020.1800294.6710091.18
HexFBD2FF21200127645b
Octal37332237722200447144133
Binary11111011110100101111111110100100010010011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2FF; }

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

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

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

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

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

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

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

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