Html Css Color HEX #F5E7DE Fair Pink

📋 copy color: '#F5E7DE'

red 245 ◦ green 231 ◦ blue 222

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

Shades of Fair Pink #F5E7DE

Tints of Fair Pink #F5E7DE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.09%

 BLUE value IS 222 (87.11% from 255) = 31.81%

R = 35.1%
G = 33.09%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5E7DE (or 0xF5E7DE) is known color: Fair Pink. HEX triplet: F5, E7 and DE. RGB value is (245,231,222). Sum of RGB (Red+Green+Blue) = 245+231+222=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7DE is #0A1821. Grayscale: #EAEAEA. Windows color (decimal): -661538 or 14608373. OLE color: 14608373.

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

Color convert

RGB 245 231 222 -
CMYK 0 0.06 0.09 0.04
HSL 23.48º 0.53% 0.92% -
HSV(B) 23.48º 0.09% 0.96% -
XYZ 79.42 81.84 80.72 -
YUV 234.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 245 231 222 0 0.06 0.09 0.04 23.48 0.53 0.92
Hex F5 E7 DE 0 6 9 4 17 35 5C
Octal 365 347 336 0 6 11 4 27 65 134
Binary 11110101 11100111 11011110 0 110 1001 100 10111 110101 1011100

Color Harmonies of #F5E7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E7DE

Black with #F5E7DE

Text Example


Text Example

White with #F5E7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E7DE; }

 p { color: rgb(245,231,222); }

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

background-color css

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

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

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

border-color css

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

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

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