#F3DAF4

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

Shades of Selago #F3DAF4

Tints of Selago #F3DAF4

Color information

#F3DAF4 (or 0xF3DAF4) is unknown color: approx Selago. HEX triplet: F3, DA and F4. RGB value is (243,218,244). Sum of RGB (Red+Green+Blue) = 243+218+244=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #F3DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAF4 is #0C250B. Grayscale: #E4E4E4. Windows color (decimal): -795916 or 16046835. OLE color: 16046835.

HSL color Cylindrical-coordinate representation of color #F3DAF4: hue angle of 297.69º degrees, saturation: 0.54, 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 #F3DAF4 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB243218244-
CMYK0.000.1100.04
HSL297.69º54.17%90.59%-
HSV(B)297.69º10.66%95.69%-
XYZ78.3675.7396.07-
YUV228.44136.78138.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.47%
GREEN value IS 218 (85.55% from 255) = 30.92%
BLUE value IS 244 (95.70% from 255) = 34.61%
R=34.47%
G=30.92%
B=34.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432182440.000.1100.04297.6954.1790.59
HexF3DAF40B0412a365b
Octal3633323640130445266133
Binary1111001111011010111101000101101001001010101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAF4; }

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

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

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

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

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

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

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

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