#F7DBFE

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

Shades of Selago #F7DBFE

Tints of Selago #F7DBFE

Color information

#F7DBFE (or 0xF7DBFE) is unknown color: approx Selago. HEX triplet: F7, DB and FE. RGB value is (247,219,254). Sum of RGB (Red+Green+Blue) = 247+219+254=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBFE is #082401. Grayscale: #E7E7E7. Windows color (decimal): -533506 or 16702455. OLE color: 16702455.

HSL color Cylindrical-coordinate representation of color #F7DBFE: hue angle of 288º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7DBFE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247219254-
CMYK0.030.1400.00
HSL288º94.59%92.75%-
HSV(B)288º13.78%99.61%-
XYZ81.5877.59104.44-
YUV231.36140.78139.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.31%
GREEN value IS 219 (85.94% from 255) = 30.42%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=34.31%
G=30.42%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472192540.030.1400.0028894.5992.75
HexF7DBFE3E001205f5d
Octal36733337631600440137135
Binary1111011111011011111111101111100010010000010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DBFE; }

 p { color: rgb(247,219,254); }

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

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

 a { background-color: rgb(247,219,254); }

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

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

 span { border-color: rgb(247,219,254); }

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