#F3DFF8

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

Shades of Selago #F3DFF8

Tints of Selago #F3DFF8

Color information

#F3DFF8 (or 0xF3DFF8) is unknown color: approx Selago. HEX triplet: F3, DF and F8. RGB value is (243,223,248). Sum of RGB (Red+Green+Blue) = 243+223+248=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #F3DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF8 is #0C2007. Grayscale: #E7E7E7. Windows color (decimal): -794632 or 16310259. OLE color: 16310259.

HSL color Cylindrical-coordinate representation of color #F3DFF8: hue angle of 288º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DFF8 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB243223248-
CMYK0.020.1000.03
HSL288º64.1%92.35%-
HSV(B)288º10.08%97.25%-
XYZ80.2978.6199.75-
YUV231.83137.13135.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 248 (97.27% from 255) = 34.73%
R=34.03%
G=31.23%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2432232480.020.1000.0328864.192.35
HexF3DFF82A03120405c
Octal36333737021203440100134
Binary11110011110111111111100010101001110010000010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFF8; }

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

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

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

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

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

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

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

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