Html Css Color HEX #F5E0F9 Selago

📋 copy color: '#F5E0F9'

red 245 ◦ green 224 ◦ blue 249

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

Shades of Selago #F5E0F9

Tints of Selago #F5E0F9

RGB

 RED value IS 245 (96.09% from 255) = 34.12%

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

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

R = 34.12%
G = 31.2%
B = 34.68%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5E0F9 (or 0xF5E0F9) is known color: Selago. HEX triplet: F5, E0 and F9. RGB value is (245,224,249). Sum of RGB (Red+Green+Blue) = 245+224+249=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0F9 is #0A1F06. Grayscale: #E9E9E9. Windows color (decimal): -663303 or 16376053. OLE color: 16376053.

HSL color Cylindrical-coordinate representation of color #F5E0F9: hue angle of 290.4º 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 #F5E0F9 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 224 249 -
CMYK 0.02 0.10 0 0.02
HSL 290.4º 0.68% 0.93% -
HSV(B) 290.4º 0.1% 0.98% -
XYZ 81.41 79.56 100.69 -
YUV 233.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 245 224 249 0.02 0.10 0 0.02 290.4 0.68 0.93
Hex F5 E0 F9 2 A 0 2 122 44 5D
Octal 365 340 371 2 12 0 2 442 104 135
Binary 11110101 11100000 11111001 10 1010 0 10 100100010 1000100 1011101

Color Harmonies of #F5E0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E0F9

Black with #F5E0F9

Text Example


Text Example

White with #F5E0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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