#F4DEFA

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

Shades of Selago #F4DEFA

Tints of Selago #F4DEFA

Color information

#F4DEFA (or 0xF4DEFA) is unknown color: approx Selago. HEX triplet: F4, DE and FA. RGB value is (244,222,250). Sum of RGB (Red+Green+Blue) = 244+222+250=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DEFA is #0B2105. Grayscale: #E7E7E7. Windows color (decimal): -729350 or 16441076. OLE color: 16441076.

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

Color convert

RGB244222250-
CMYK0.020.1100.02
HSL287.14º73.68%92.55%-
HSV(B)287.14º11.2%98.04%-
XYZ80.6878.38101.32-
YUV231.77138.29136.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.08%
GREEN value IS 222 (87.11% from 255) = 31.01%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=34.08%
G=31.01%
B=34.92%

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
Decimal2442222500.020.1100.02287.1473.6892.55
HexF4DEFA2B0211f4a5d
Octal36433637221302437112135
Binary11110100110111101111101010101101010001111110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DEFA; }

 p { color: rgb(244,222,250); }

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

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

 a { background-color: rgb(244,222,250); }

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

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

 span { border-color: rgb(244,222,250); }

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