#F4DDFA

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

Shades of Selago #F4DDFA

Tints of Selago #F4DDFA

Color information

#F4DDFA (or 0xF4DDFA) is unknown color: approx Selago. HEX triplet: F4, DD and FA. RGB value is (244,221,250). Sum of RGB (Red+Green+Blue) = 244+221+250=715 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.13% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDFA is #0B2205. Grayscale: #E7E7E7. Windows color (decimal): -729606 or 16440820. OLE color: 16440820.

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

Color convert

RGB244221250-
CMYK0.020.1200.02
HSL287.59º74.36%92.35%-
HSV(B)287.59º11.6%98.04%-
XYZ80.4277.85101.23-
YUV231.18138.62137.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.13%
GREEN value IS 221 (86.72% from 255) = 30.91%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=34.13%
G=30.91%
B=34.97%

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
Decimal2442212500.020.1200.02287.5974.3692.35
HexF4DDFA2C021204a5c
Octal36433537221402440112134
Binary11110100110111011111101010110001010010000010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DDFA; }

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

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

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

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

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

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

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

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