#FBE0FC

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

Shades of Selago #FBE0FC

Tints of Selago #FBE0FC

Color information

#FBE0FC (or 0xFBE0FC) is unknown color: approx Selago. HEX triplet: FB, E0 and FC. RGB value is (251,224,252). Sum of RGB (Red+Green+Blue) = 251+224+252=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0FC is #041F03. Grayscale: #EBEBEB. Windows color (decimal): -270084 or 16572667. OLE color: 16572667.

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

Color convert

RGB251224252-
CMYK0.000.1100.01
HSL297.86º82.35%93.33%-
HSV(B)297.86º11.11%98.82%-
XYZ84.0180.85103.27-
YUV235.26137.45139.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 224 (87.89% from 255) = 30.81%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=34.53%
G=30.81%
B=34.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512242520.000.1100.01297.8682.3593.33
HexFBE0FC0B0112a525d
Octal37334037401301452122135
Binary111110111110000011111100010110110010101010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0FC; }

 p { color: rgb(251,224,252); }

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

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

 a { background-color: rgb(251,224,252); }

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

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

 span { border-color: rgb(251,224,252); }

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