Html Css Color HEX #F5E6EE Amour

📋 copy color: '#F5E6EE'

red 245 ◦ green 230 ◦ blue 238

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

Shades of Amour #F5E6EE

Tints of Amour #F5E6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.26%

 BLUE value IS 238 (93.36% from 255) = 33.38%

R = 34.36%
G = 32.26%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5E6EE (or 0xF5E6EE) is known color: Amour. HEX triplet: F5, E6 and EE. RGB value is (245,230,238). Sum of RGB (Red+Green+Blue) = 245+230+238=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6EE is #0A1911. Grayscale: #EBEBEB. Windows color (decimal): -661778 or 15656693. OLE color: 15656693.

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

Color convert

RGB 245 230 238 -
CMYK 0 0.06 0.03 0.04
HSL 328º 0.43% 0.93% -
HSV(B) 328º 0.06% 0.96% -
XYZ 81.39 82.18 92.46 -
YUV 235.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 245 230 238 0 0.06 0.03 0.04 328 0.43 0.93
Hex F5 E6 EE 0 6 3 4 148 2B 5D
Octal 365 346 356 0 6 3 4 510 53 135
Binary 11110101 11100110 11101110 0 110 11 100 101001000 101011 1011101

Color Harmonies of #F5E6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E6EE

Black with #F5E6EE

Text Example


Text Example

White with #F5E6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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