#F4DFF7

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

Shades of Selago #F4DFF7

Tints of Selago #F4DFF7

Color information

#F4DFF7 (or 0xF4DFF7) is unknown color: approx Selago. HEX triplet: F4, DF and F7. RGB value is (244,223,247). Sum of RGB (Red+Green+Blue) = 244+223+247=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 247 (96.88% from 255 or 34.59% from 714); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4DFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DFF7 is #0B2008. Grayscale: #E7E7E7. Windows color (decimal): -729097 or 16244724. OLE color: 16244724.

HSL color Cylindrical-coordinate representation of color #F4DFF7: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DFF7 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244223247-
CMYK0.010.1000.03
HSL292.5º60%92.16%-
HSV(B)292.5º9.72%96.86%-
XYZ80.4878.7298.95-
YUV232.02136.46136.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.17%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 247 (96.88% from 255) = 34.59%
R=34.17%
G=31.23%
B=34.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2442232470.010.1000.03292.56092.16
HexF4DFF71A031243c5c
Octal3643373671120344474134
Binary111101001101111111110111110100111001001001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFF7; }

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

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

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

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

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

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

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

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