#F3DBFA

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

Shades of Selago #F3DBFA

Tints of Selago #F3DBFA

Color information

#F3DBFA (or 0xF3DBFA) is unknown color: approx Selago. HEX triplet: F3, DB and FA. RGB value is (243,219,250). Sum of RGB (Red+Green+Blue) = 243+219+250=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBFA is #0C2405. Grayscale: #E5E5E5. Windows color (decimal): -795654 or 16440307. OLE color: 16440307.

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

Color convert

RGB243219250-
CMYK0.030.1200.02
HSL286.45º75.61%91.96%-
HSV(B)286.45º12.4%98.04%-
XYZ79.5576.62101.04-
YUV229.71139.45137.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.13%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=34.13%
G=30.76%
B=35.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432192500.030.1200.02286.4575.6191.96
HexF3DBFA3C0211e4c5c
Octal36333337231402436114134
Binary11110011110110111111101011110001010001111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBFA; }

 p { color: rgb(243,219,250); }

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

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

 a { background-color: rgb(243,219,250); }

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

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

 span { border-color: rgb(243,219,250); }

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