#FBEFFD

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

Shades of Selago #FBEFFD

Tints of Selago #FBEFFD

Color information

#FBEFFD (or 0xFBEFFD) is unknown color: approx Selago. HEX triplet: FB, EF and FD. RGB value is (251,239,253). Sum of RGB (Red+Green+Blue) = 251+239+253=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 239 (93.75% from 255 or 32.17% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBEFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFFD is #041002. Grayscale: #F4F4F4. Windows color (decimal): -266243 or 16642043. OLE color: 16642043.

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

Color convert

RGB251239253-
CMYK0.010.0600.01
HSL291.43º77.78%96.47%-
HSV(B)291.43º5.53%99.22%-
XYZ88.3889.33105.51-
YUV244.18132.98132.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.78%
GREEN value IS 239 (93.75% from 255) = 32.17%
BLUE value IS 253 (99.22% from 255) = 34.05%
R=33.78%
G=32.17%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512392530.010.0600.01291.4377.7896.47
HexFBEFFD16011234e60
Octal3733573751601443116140
Binary11111011111011111111110111100110010001110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFFD; }

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

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

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

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

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

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

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

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