#FBE6F7

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

Shades of Selago #FBE6F7

Tints of Selago #FBE6F7

Color information

#FBE6F7 (or 0xFBE6F7) is unknown color: approx Selago. HEX triplet: FB, E6 and F7. RGB value is (251,230,247). Sum of RGB (Red+Green+Blue) = 251+230+247=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 247 (96.88% from 255 or 33.93% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBE6F7 is #041908. Grayscale: #EEEEEE. Windows color (decimal): -268553 or 16246523. OLE color: 16246523.

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

Color convert

RGB251230247-
CMYK00.080.020.02
HSL311.43º72.41%94.31%-
HSV(B)311.43º8.37%98.43%-
XYZ84.8783.8299.7-
YUV238.22132.96137.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 230 (90.23% from 255) = 31.59%
BLUE value IS 247 (96.88% from 255) = 33.93%
R=34.48%
G=31.59%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123024700.080.020.02311.4372.4194.31
HexFBE6F70822137485e
Octal37334636701022467110136
Binary11111011111001101111011101000101010011011110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6F7; }

 p { color: rgb(251,230,247); }

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

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

 a { background-color: rgb(251,230,247); }

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

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

 span { border-color: rgb(251,230,247); }

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