#F3DDF9

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

Shades of Selago #F3DDF9

Tints of Selago #F3DDF9

Color information

#F3DDF9 (or 0xF3DDF9) is unknown color: approx Selago. HEX triplet: F3, DD and F9. RGB value is (243,221,249). Sum of RGB (Red+Green+Blue) = 243+221+249=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDF9 is #0C2206. Grayscale: #E6E6E6. Windows color (decimal): -795143 or 16375283. OLE color: 16375283.

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

Color convert

RGB243221249-
CMYK0.020.1100.02
HSL287.14º70%92.16%-
HSV(B)287.14º11.24%97.65%-
XYZ79.9277.61100.39-
YUV230.77138.29136.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.08%
GREEN value IS 221 (86.72% from 255) = 31.00%
BLUE value IS 249 (97.66% from 255) = 34.92%
R=34.08%
G=31.00%
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
Decimal2432212490.020.1100.02287.147092.16
HexF3DDF92B0211f465c
Octal36333537121302437106134
Binary11110011110111011111100110101101010001111110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDF9; }

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

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

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

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

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

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

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

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