#F7DEFB

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

Shades of Selago #F7DEFB

Tints of Selago #F7DEFB

Color information

#F7DEFB (or 0xF7DEFB) is unknown color: approx Selago. HEX triplet: F7, DE and FB. RGB value is (247,222,251). Sum of RGB (Red+Green+Blue) = 247+222+251=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DEFB is #082104. Grayscale: #E8E8E8. Windows color (decimal): -532741 or 16506615. OLE color: 16506615.

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

Color convert

RGB247222251-
CMYK0.020.1200.02
HSL291.72º78.38%92.75%-
HSV(B)291.72º11.55%98.43%-
XYZ81.8978.98102.2-
YUV232.78138.28138.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.31%
GREEN value IS 222 (87.11% from 255) = 30.83%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=34.31%
G=30.83%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472222510.020.1200.02291.7278.3892.75
HexF7DEFB2C021244e5d
Octal36733637321402444116135
Binary11110111110111101111101110110001010010010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DEFB; }

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

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

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

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

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

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

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

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