Html Css Color HEX #F5EEF5 Selago

📋 copy color: '#F5EEF5'

red 245 ◦ green 238 ◦ blue 245

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

Shades of Selago #F5EEF5

Tints of Selago #F5EEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.69%

 BLUE value IS 245 (96.09% from 255) = 33.65%

R = 33.65%
G = 32.69%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F5EEF5 (or 0xF5EEF5) is known color: Selago. HEX triplet: F5, EE and F5. RGB value is (245,238,245). Sum of RGB (Red+Green+Blue) = 245+238+245=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEF5 is #0A110A. Grayscale: #F0F0F0. Windows color (decimal): -659723 or 16117493. OLE color: 16117493.

HSL color Cylindrical-coordinate representation of color #F5EEF5: hue angle of 300º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EEF5 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 238 245 -
CMYK 0 0.03 0 0.04
HSL 300º 0.26% 0.95% -
HSV(B) 300º 0.03% 0.96% -
XYZ 84.71 87.15 98.74 -
YUV 240.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 245 238 245 0 0.03 0 0.04 300 0.26 0.95
Hex F5 EE F5 0 3 0 4 12C 1A 5F
Octal 365 356 365 0 3 0 4 454 32 137
Binary 11110101 11101110 11110101 0 11 0 100 100101100 11010 1011111

Color Harmonies of #F5EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EEF5

Black with #F5EEF5

Text Example


Text Example

White with #F5EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EEF5; }

 p { color: rgb(245,238,245); }

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

background-color css

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

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

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

border-color css

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

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

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