Html Css Color HEX #F5E2F9 Selago

📋 copy color: '#F5E2F9'

red 245 ◦ green 226 ◦ blue 249

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

Shades of Selago #F5E2F9

Tints of Selago #F5E2F9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.39%

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

R = 34.03%
G = 31.39%
B = 34.58%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5E2F9 (or 0xF5E2F9) is known color: Selago. HEX triplet: F5, E2 and F9. RGB value is (245,226,249). Sum of RGB (Red+Green+Blue) = 245+226+249=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 226 (88.67% from 255 or 31.39% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5E2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2F9 is #0A1D06. Grayscale: #EAEAEA. Windows color (decimal): -662791 or 16376565. OLE color: 16376565.

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

Color convert

RGB 245 226 249 -
CMYK 0.02 0.09 0 0.02
HSL 289.57º 0.66% 0.93% -
HSV(B) 289.57º 0.09% 0.98% -
XYZ 81.95 80.64 100.87 -
YUV 234.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 245 226 249 0.02 0.09 0 0.02 289.57 0.66 0.93
Hex F5 E2 F9 2 9 0 2 122 42 5D
Octal 365 342 371 2 11 0 2 442 102 135
Binary 11110101 11100010 11111001 10 1001 0 10 100100010 1000010 1011101

Color Harmonies of #F5E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2F9

Black with #F5E2F9

Text Example


Text Example

White with #F5E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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