Html Css Color HEX #F5E6DE Fair Pink

📋 copy color: '#F5E6DE'

red 245 ◦ green 230 ◦ blue 222

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

Shades of Fair Pink #F5E6DE

Tints of Fair Pink #F5E6DE

RGB

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

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

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

R = 35.15%
G = 33%
B = 31.85%

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

#F5E6DE (or 0xF5E6DE) is known color: Fair Pink. HEX triplet: F5, E6 and DE. RGB value is (245,230,222). Sum of RGB (Red+Green+Blue) = 245+230+222=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E6DE is #0A1921. Grayscale: #E9E9E9. Windows color (decimal): -661794 or 14608117. OLE color: 14608117.

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

Color convert

RGB 245 230 222 -
CMYK 0 0.06 0.09 0.04
HSL 20.87º 0.53% 0.92% -
HSV(B) 20.87º 0.09% 0.96% -
XYZ 79.14 81.28 80.62 -
YUV 233.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 245 230 222 0 0.06 0.09 0.04 20.87 0.53 0.92
Hex F5 E6 DE 0 6 9 4 15 35 5C
Octal 365 346 336 0 6 11 4 25 65 134
Binary 11110101 11100110 11011110 0 110 1001 100 10101 110101 1011100

Color Harmonies of #F5E6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E6DE

Black with #F5E6DE

Text Example


Text Example

White with #F5E6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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