#F3DFF1

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

Shades of Selago #F3DFF1

Tints of Selago #F3DFF1

Color information

#F3DFF1 (or 0xF3DFF1) is unknown color: approx Selago. HEX triplet: F3, DF and F1. RGB value is (243,223,241). Sum of RGB (Red+Green+Blue) = 243+223+241=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF1 is #0C200E. Grayscale: #E6E6E6. Windows color (decimal): -794639 or 15851507. OLE color: 15851507.

HSL color Cylindrical-coordinate representation of color #F3DFF1: hue angle of 306º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3DFF1 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243223241-
CMYK00.080.010.05
HSL306º45.45%91.37%-
HSV(B)306º8.23%95.29%-
XYZ79.2378.1894.13-
YUV231.03133.63136.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.37%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=34.37%
G=31.54%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322324100.080.010.0530645.4591.37
HexF3DFF108151322d5b
Octal3633373610101546255133
Binary1111001111011111111100010100011011001100101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFF1; }

 p { color: rgb(243,223,241); }

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

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

 a { background-color: rgb(243,223,241); }

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

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

 span { border-color: rgb(243,223,241); }

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