Html Css Color HEX #F9DABD Peach Puff

📋 copy color: '#F9DABD'

red 249 ◦ green 218 ◦ blue 189

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

Shades of Peach Puff #F9DABD

Tints of Peach Puff #F9DABD

RGB

 RED value IS 249 (97.66% from 255) = 37.96%

 GREEN value IS 218 (85.55% from 255) = 33.23%

 BLUE value IS 189 (74.22% from 255) = 28.81%

R = 37.96%
G = 33.23%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9DABD (or 0xF9DABD) is known color: Peach Puff. HEX triplet: F9, DA and BD. RGB value is (249,218,189). Sum of RGB (Red+Green+Blue) = 249+218+189=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DABD is #062542. Grayscale: #E0E0E0. Windows color (decimal): -402755 or 12442361. OLE color: 12442361.

HSL color Cylindrical-coordinate representation of color #F9DABD: hue angle of 29º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9DABD is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 189 -
CMYK 0 0.12 0.24 0.02
HSL 29º 0.83% 0.86% -
HSV(B) 29º 0.24% 0.98% -
XYZ 73.32 73.96 58.55 -
YUV 223.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 249 218 189 0 0.12 0.24 0.02 29 0.83 0.86
Hex F9 DA BD 0 C 18 2 1D 53 56
Octal 371 332 275 0 14 30 2 35 123 126
Binary 11111001 11011010 10111101 0 1100 11000 10 11101 1010011 1010110

Color Harmonies of #F9DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DABD

Black with #F9DABD

Text Example


Text Example

White with #F9DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DABD; }

 p { color: rgb(249,218,189); }

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

background-color css

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

 a { background-color: rgb(249,218,189); }

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

border-color css

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

 span { border-color: rgb(249,218,189); }

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