#F3DCF9

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

Shades of Selago #F3DCF9

Tints of Selago #F3DCF9

Color information

#F3DCF9 (or 0xF3DCF9) is unknown color: approx Selago. HEX triplet: F3, DC and F9. RGB value is (243,220,249). Sum of RGB (Red+Green+Blue) = 243+220+249=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCF9 is #0C2306. Grayscale: #E6E6E6. Windows color (decimal): -795399 or 16375027. OLE color: 16375027.

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

Color convert

RGB243220249-
CMYK0.020.1200.02
HSL287.59º70.73%91.96%-
HSV(B)287.59º11.65%97.65%-
XYZ79.6577.08100.3-
YUV230.18138.62137.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.13%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 249 (97.66% from 255) = 34.97%
R=34.13%
G=30.90%
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
Decimal2432202490.020.1200.02287.5970.7391.96
HexF3DCF92C02120475c
Octal36333437121402440107134
Binary11110011110111001111100110110001010010000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCF9; }

 p { color: rgb(243,220,249); }

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

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

 a { background-color: rgb(243,220,249); }

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

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

 span { border-color: rgb(243,220,249); }

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