#F7DFFB

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

Shades of Selago #F7DFFB

Tints of Selago #F7DFFB

Color information

#F7DFFB (or 0xF7DFFB) is unknown color: approx Selago. HEX triplet: F7, DF and FB. RGB value is (247,223,251). Sum of RGB (Red+Green+Blue) = 247+223+251=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFFB is #082004. Grayscale: #E9E9E9. Windows color (decimal): -532485 or 16506871. OLE color: 16506871.

HSL color Cylindrical-coordinate representation of color #F7DFFB: hue angle of 291.43º degrees, saturation: 0.78, 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 #F7DFFB is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247223251-
CMYK0.020.1100.02
HSL291.43º77.78%92.94%-
HSV(B)291.43º11.16%98.43%-
XYZ82.1679.51102.28-
YUV233.37137.95137.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.26%
GREEN value IS 223 (87.5% from 255) = 30.93%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=34.26%
G=30.93%
B=34.81%

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
Decimal2472232510.020.1100.02291.4377.7892.94
HexF7DFFB2B021234e5d
Octal36733737321302443116135
Binary11110111110111111111101110101101010010001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFFB; }

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

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

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

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

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

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

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

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