#FBEAFE

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

Shades of Selago #FBEAFE

Tints of Selago #FBEAFE

Color information

#FBEAFE (or 0xFBEAFE) is unknown color: approx Selago. HEX triplet: FB, EA and FE. RGB value is (251,234,254). Sum of RGB (Red+Green+Blue) = 251+234+254=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEAFE is #041501. Grayscale: #F1F1F1. Windows color (decimal): -267522 or 16706299. OLE color: 16706299.

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

Color convert

RGB251234254-
CMYK0.010.0800.00
HSL291º90.91%95.69%-
HSV(B)291º7.87%99.61%-
XYZ87.186.51105.87-
YUV241.36135.13134.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.96%
GREEN value IS 234 (91.80% from 255) = 31.66%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=33.96%
G=31.66%
B=34.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2512342540.010.0800.0029190.9195.69
HexFBEAFE18001235b60
Octal37335237611000443133140
Binary111110111110101011111110110000010010001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAFE; }

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

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

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

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

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

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

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

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