Html Css Color HEX #F6E5FA Selago

📋 copy color: '#F6E5FA'

red 246 ◦ green 229 ◦ blue 250

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

Shades of Selago #F6E5FA

Tints of Selago #F6E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.59%

 BLUE value IS 250 (98.05% from 255) = 34.48%

R = 33.93%
G = 31.59%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6E5FA (or 0xF6E5FA) is known color: Selago. HEX triplet: F6, E5 and FA. RGB value is (246,229,250). Sum of RGB (Red+Green+Blue) = 246+229+250=725 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.93% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E5FA is #091A05. Grayscale: #ECECEC. Windows color (decimal): -596486 or 16442870. OLE color: 16442870.

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

Color convert

RGB 246 229 250 -
CMYK 0.02 0.08 0 0.02
HSL 288.57º 0.68% 0.94% -
HSV(B) 288.57º 0.08% 0.98% -
XYZ 83.28 82.53 101.98 -
YUV 236.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 246 229 250 0.02 0.08 0 0.02 288.57 0.68 0.94
Hex F6 E5 FA 2 8 0 2 121 44 5E
Octal 366 345 372 2 10 0 2 441 104 136
Binary 11110110 11100101 11111010 10 1000 0 10 100100001 1000100 1011110

Color Harmonies of #F6E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E5FA

Black with #F6E5FA

Text Example


Text Example

White with #F6E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E5FA; }

 p { color: rgb(246,229,250); }

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

background-color css

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

 a { background-color: rgb(246,229,250); }

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

border-color css

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

 span { border-color: rgb(246,229,250); }

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