Html Css Color HEX #F5EEF4 Selago

📋 copy color: '#F5EEF4'

red 245 ◦ green 238 ◦ blue 244

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

Shades of Selago #F5EEF4

Tints of Selago #F5EEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 33.56%

R = 33.7%
G = 32.74%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F5EEF4 (or 0xF5EEF4) is known color: Selago. HEX triplet: F5, EE and F4. RGB value is (245,238,244). Sum of RGB (Red+Green+Blue) = 245+238+244=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 244 (95.70% from 255 or 33.56% from 727); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEF4 is #0A110B. Grayscale: #F0F0F0. Windows color (decimal): -659724 or 16051957. OLE color: 16051957.

HSL color Cylindrical-coordinate representation of color #F5EEF4: hue angle of 308.57º 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 #F5EEF4 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 238 244 -
CMYK 0 0.03 0.00 0.04
HSL 308.57º 0.26% 0.95% -
HSV(B) 308.57º 0.03% 0.96% -
XYZ 84.56 87.09 97.94 -
YUV 240.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 245 238 244 0 0.03 0.00 0.04 308.57 0.26 0.95
Hex F5 EE F4 0 3 0 4 135 1A 5F
Octal 365 356 364 0 3 0 4 465 32 137
Binary 11110101 11101110 11110100 0 11 0 100 100110101 11010 1011111

Color Harmonies of #F5EEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EEF4

Black with #F5EEF4

Text Example


Text Example

White with #F5EEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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