#F3D9F9

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

Shades of Selago #F3D9F9

Tints of Selago #F3D9F9

Color information

#F3D9F9 (or 0xF3D9F9) is unknown color: approx Selago. HEX triplet: F3, D9 and F9. RGB value is (243,217,249). Sum of RGB (Red+Green+Blue) = 243+217+249=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 217 (85.16% from 255 or 30.61% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3D9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D9F9 is #0C2606. Grayscale: #E4E4E4. Windows color (decimal): -796167 or 16374259. OLE color: 16374259.

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

Color convert

RGB243217249-
CMYK0.020.1300.02
HSL288.75º72.73%91.37%-
HSV(B)288.75º12.85%97.65%-
XYZ78.8775.52100.04-
YUV228.42139.61138.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.27%
GREEN value IS 217 (85.16% from 255) = 30.61%
BLUE value IS 249 (97.66% from 255) = 35.12%
R=34.27%
G=30.61%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432172490.020.1300.02288.7572.7391.37
HexF3D9F92D02121495b
Octal36333137121502441111133
Binary11110011110110011111100110110101010010000110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9F9; }

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

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

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

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

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

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

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

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