#F4DCFA

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

Shades of Selago #F4DCFA

Tints of Selago #F4DCFA

Color information

#F4DCFA (or 0xF4DCFA) is unknown color: approx Selago. HEX triplet: F4, DC and FA. RGB value is (244,220,250). Sum of RGB (Red+Green+Blue) = 244+220+250=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFA is #0B2305. Grayscale: #E6E6E6. Windows color (decimal): -729862 or 16440564. OLE color: 16440564.

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

Color convert

RGB244220250-
CMYK0.020.1200.02
HSL288º75%92.16%-
HSV(B)288º12%98.04%-
XYZ80.1677.32101.14-
YUV230.6138.95137.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.17%
GREEN value IS 220 (86.33% from 255) = 30.81%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=34.17%
G=30.81%
B=35.01%

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
Decimal2442202500.020.1200.022887592.16
HexF4DCFA2C021204b5c
Octal36433437221402440113134
Binary11110100110111001111101010110001010010000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCFA; }

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

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

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

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

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

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

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

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