#FBE2FD

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

Shades of Selago #FBE2FD

Tints of Selago #FBE2FD

Color information

#FBE2FD (or 0xFBE2FD) is unknown color: approx Selago. HEX triplet: FB, E2 and FD. RGB value is (251,226,253). Sum of RGB (Red+Green+Blue) = 251+226+253=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE2FD is #041D02. Grayscale: #ECECEC. Windows color (decimal): -269571 or 16638715. OLE color: 16638715.

HSL color Cylindrical-coordinate representation of color #FBE2FD: hue angle of 295.56º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE2FD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251226253-
CMYK0.010.1100.01
HSL295.56º87.1%93.92%-
HSV(B)295.56º10.67%99.22%-
XYZ84.7181.99104.29-
YUV236.55137.28138.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 226 (88.67% from 255) = 30.96%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=34.38%
G=30.96%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512262530.010.1100.01295.5687.193.92
HexFBE2FD1B01128575e
Octal37334237511301450127136
Binary111110111110001011111101110110110010100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2FD; }

 p { color: rgb(251,226,253); }

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

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

 a { background-color: rgb(251,226,253); }

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

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

 span { border-color: rgb(251,226,253); }

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