#F7E0FB

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

Shades of Selago #F7E0FB

Tints of Selago #F7E0FB

Color information

#F7E0FB (or 0xF7E0FB) is unknown color: approx Selago. HEX triplet: F7, E0 and FB. RGB value is (247,224,251). Sum of RGB (Red+Green+Blue) = 247+224+251=722 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.21% from 722); Green value is 224 (87.89% from 255 or 31.02% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E0FB is #081F04. Grayscale: #E9E9E9. Windows color (decimal): -532229 or 16507127. OLE color: 16507127.

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

Color convert

RGB247224251-
CMYK0.020.1100.02
HSL291.11º77.14%93.14%-
HSV(B)291.11º10.76%98.43%-
XYZ82.4380.05102.37-
YUV233.96137.62137.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.21%
GREEN value IS 224 (87.89% from 255) = 31.02%
BLUE value IS 251 (98.44% from 255) = 34.76%
R=34.21%
G=31.02%
B=34.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472242510.020.1100.02291.1177.1493.14
HexF7E0FB2B021234d5d
Octal36734037321302443115135
Binary11110111111000001111101110101101010010001110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0FB; }

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

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

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

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

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

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

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

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