#FBE4FA

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

Shades of Selago #FBE4FA

Tints of Selago #FBE4FA

Color information

#FBE4FA (or 0xFBE4FA) is unknown color: approx Selago. HEX triplet: FB, E4 and FA. RGB value is (251,228,250). Sum of RGB (Red+Green+Blue) = 251+228+250=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 228 (89.45% from 255 or 31.28% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE4FA is #041B05. Grayscale: #EDEDED. Windows color (decimal): -269062 or 16442619. OLE color: 16442619.

HSL color Cylindrical-coordinate representation of color #FBE4FA: hue angle of 302.61º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBE4FA is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251228250-
CMYK00.090.000.02
HSL302.61º74.19%93.92%-
HSV(B)302.61º9.16%98.43%-
XYZ84.7882.9101.97-
YUV237.38135.12137.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 228 (89.45% from 255) = 31.28%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=34.43%
G=31.28%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122825000.090.000.02302.6174.1993.92
HexFBE4FA090212f4a5e
Octal37334437201102457112136
Binary1111101111100100111110100100101010010111110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE4FA; }

 p { color: rgb(251,228,250); }

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

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

 a { background-color: rgb(251,228,250); }

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

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

 span { border-color: rgb(251,228,250); }

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