#FBDAFE

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

Shades of Selago #FBDAFE

Tints of Selago #FBDAFE

Color information

#FBDAFE (or 0xFBDAFE) is unknown color: approx Selago. HEX triplet: FB, DA and FE. RGB value is (251,218,254). Sum of RGB (Red+Green+Blue) = 251+218+254=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAFE is #042501. Grayscale: #E7E7E7. Windows color (decimal): -271618 or 16702203. OLE color: 16702203.

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

Color convert

RGB251218254-
CMYK0.010.1400.00
HSL295º94.74%92.55%-
HSV(B)295º14.17%99.61%-
XYZ82.7477.81104.42-
YUV231.97140.43141.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.72%
GREEN value IS 218 (85.55% from 255) = 30.15%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=34.72%
G=30.15%
B=35.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512182540.010.1400.0029594.7492.55
HexFBDAFE1E001275f5d
Octal37333237611600447137135
Binary111110111101101011111110111100010010011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAFE; }

 p { color: rgb(251,218,254); }

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

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

 a { background-color: rgb(251,218,254); }

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

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

 span { border-color: rgb(251,218,254); }

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