Html Css Color HEX #F6E0F9 Selago

📋 copy color: '#F6E0F9'

red 246 ◦ green 224 ◦ blue 249

#F6E0F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #F6E0F9

Tints of Selago #F6E0F9

RGB

 RED value IS 246 (96.48% from 255) = 34.21%

 GREEN value IS 224 (87.89% from 255) = 31.15%

 BLUE value IS 249 (97.66% from 255) = 34.63%

R = 34.21%
G = 31.15%
B = 34.63%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6E0F9 (or 0xF6E0F9) is known color: Selago. HEX triplet: F6, E0 and F9. RGB value is (246,224,249). Sum of RGB (Red+Green+Blue) = 246+224+249=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0F9 is #091F06. Grayscale: #E9E9E9. Windows color (decimal): -597767 or 16376054. OLE color: 16376054.

HSL color Cylindrical-coordinate representation of color #F6E0F9: hue angle of 292.8º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E0F9 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 224 249 -
CMYK 0.01 0.10 0 0.02
HSL 292.8º 0.68% 0.93% -
HSV(B) 292.8º 0.1% 0.98% -
XYZ 81.76 79.74 100.71 -
YUV 233.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 246 224 249 0.01 0.10 0 0.02 292.8 0.68 0.93
Hex F6 E0 F9 1 A 0 2 125 44 5D
Octal 366 340 371 1 12 0 2 445 104 135
Binary 11110110 11100000 11111001 1 1010 0 10 100100101 1000100 1011101

Color Harmonies of #F6E0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E0F9

Black with #F6E0F9

Text Example


Text Example

White with #F6E0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E0F9; }

 p { color: rgb(246,224,249); }

 H1.HeaderClassName
 {
   color: #F6E0F9;
 }
 .AnyTagClassName
 {
   color: #F6E0F9;
 }
</style>

background-color css

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

 a { background-color: rgb(246,224,249); }

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

border-color css

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

 span { border-color: rgb(246,224,249); }

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