Html Css Color HEX #F5E4F9 Selago

📋 copy color: '#F5E4F9'

red 245 ◦ green 228 ◦ blue 249

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

Shades of Selago #F5E4F9

Tints of Selago #F5E4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.58%

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

R = 33.93%
G = 31.58%
B = 34.49%

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

#F5E4F9 (or 0xF5E4F9) is known color: Selago. HEX triplet: F5, E4 and F9. RGB value is (245,228,249). Sum of RGB (Red+Green+Blue) = 245+228+249=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 228 (89.45% from 255 or 31.58% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5E4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4F9 is #0A1B06. Grayscale: #EBEBEB. Windows color (decimal): -662279 or 16377077. OLE color: 16377077.

HSL color Cylindrical-coordinate representation of color #F5E4F9: hue angle of 288.57º degrees, saturation: 0.64, 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 #F5E4F9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 228 249 -
CMYK 0.02 0.08 0 0.02
HSL 288.57º 0.64% 0.94% -
HSV(B) 288.57º 0.08% 0.98% -
XYZ 82.5 81.74 101.05 -
YUV 235.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 245 228 249 0.02 0.08 0 0.02 288.57 0.64 0.94
Hex F5 E4 F9 2 8 0 2 121 40 5E
Octal 365 344 371 2 10 0 2 441 100 136
Binary 11110101 11100100 11111001 10 1000 0 10 100100001 1000000 1011110

Color Harmonies of #F5E4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E4F9

Black with #F5E4F9

Text Example


Text Example

White with #F5E4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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