Html Css Color HEX #F6E0FB Selago

📋 copy color: '#F6E0FB'

red 246 ◦ green 224 ◦ blue 251

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

Shades of Selago #F6E0FB

Tints of Selago #F6E0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.81%

R = 34.12%
G = 31.07%
B = 34.81%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6E0FB (or 0xF6E0FB) is known color: Selago. HEX triplet: F6, E0 and FB. RGB value is (246,224,251). Sum of RGB (Red+Green+Blue) = 246+224+251=721 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.12% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0FB is #091F04. Grayscale: #E9E9E9. Windows color (decimal): -597765 or 16507126. OLE color: 16507126.

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

Color convert

RGB 246 224 251 -
CMYK 0.02 0.11 0 0.02
HSL 288.89º 0.77% 0.93% -
HSV(B) 288.89º 0.11% 0.98% -
XYZ 82.07 79.87 102.36 -
YUV 233.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 246 224 251 0.02 0.11 0 0.02 288.89 0.77 0.93
Hex F6 E0 FB 2 B 0 2 121 4D 5D
Octal 366 340 373 2 13 0 2 441 115 135
Binary 11110110 11100000 11111011 10 1011 0 10 100100001 1001101 1011101

Color Harmonies of #F6E0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E0FB

Black with #F6E0FB

Text Example


Text Example

White with #F6E0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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