Html Css Color HEX #F5DEAB Peach-Yellow

📋 copy color: '#F5DEAB'

red 245 ◦ green 222 ◦ blue 171

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

Shades of Peach-Yellow #F5DEAB

Tints of Peach-Yellow #F5DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.8%

 BLUE value IS 171 (67.19% from 255) = 26.8%

R = 38.4%
G = 34.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5DEAB (or 0xF5DEAB) is known color: Peach-Yellow. HEX triplet: F5, DE and AB. RGB value is (245,222,171). Sum of RGB (Red+Green+Blue) = 245+222+171=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEAB is #0A2154. Grayscale: #DFDFDF. Windows color (decimal): -663893 or 11263733. OLE color: 11263733.

HSL color Cylindrical-coordinate representation of color #F5DEAB: hue angle of 41.35º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5DEAB is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 171 -
CMYK 0 0.09 0.30 0.04
HSL 41.35º 0.79% 0.82% -
HSV(B) 41.35º 0.3% 0.96% -
XYZ 71.13 74.6 49.18 -
YUV 223.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 245 222 171 0 0.09 0.30 0.04 41.35 0.79 0.82
Hex F5 DE AB 0 9 1E 4 29 4F 52
Octal 365 336 253 0 11 36 4 51 117 122
Binary 11110101 11011110 10101011 0 1001 11110 100 101001 1001111 1010010

Color Harmonies of #F5DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEAB

Black with #F5DEAB

Text Example


Text Example

White with #F5DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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