#F3DAF5

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

Shades of Selago #F3DAF5

Tints of Selago #F3DAF5

Color information

#F3DAF5 (or 0xF3DAF5) is unknown color: approx Selago. HEX triplet: F3, DA and F5. RGB value is (243,218,245). Sum of RGB (Red+Green+Blue) = 243+218+245=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #F3DAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAF5 is #0C250A. Grayscale: #E4E4E4. Windows color (decimal): -795915 or 16112371. OLE color: 16112371.

HSL color Cylindrical-coordinate representation of color #F3DAF5: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3DAF5 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB243218245-
CMYK0.010.1100.04
HSL295.56º57.45%90.78%-
HSV(B)295.56º11.02%96.08%-
XYZ78.5175.7996.88-
YUV228.55137.28138.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.42%
GREEN value IS 218 (85.55% from 255) = 30.88%
BLUE value IS 245 (96.09% from 255) = 34.70%
R=34.42%
G=30.88%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432182450.010.1100.04295.5657.4590.78
HexF3DAF51B04128395b
Octal3633323651130445071133
Binary1111001111011010111101011101101001001010001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAF5; }

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

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

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

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

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

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

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

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