#F3DAF9

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

Shades of Selago #F3DAF9

Tints of Selago #F3DAF9

Color information

#F3DAF9 (or 0xF3DAF9) is unknown color: approx Selago. HEX triplet: F3, DA and F9. RGB value is (243,218,249). Sum of RGB (Red+Green+Blue) = 243+218+249=710 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.23% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #F3DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAF9 is #0C2506. Grayscale: #E4E4E4. Windows color (decimal): -795911 or 16374515. OLE color: 16374515.

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

Color convert

RGB243218249-
CMYK0.020.1200.02
HSL288.39º72.09%91.57%-
HSV(B)288.39º12.45%97.65%-
XYZ79.1376.04100.13-
YUV229.01139.28137.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.23%
GREEN value IS 218 (85.55% from 255) = 30.70%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=34.23%
G=30.70%
B=35.07%

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
Decimal2432182490.020.1200.02288.3972.0991.57
HexF3DAF92C02120485c
Octal36333237121402440110134
Binary11110011110110101111100110110001010010000010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAF9; }

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

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

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

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

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

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

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

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