Html Css Color HEX #F9CCA1 Peach

📋 copy color: '#F9CCA1'

red 249 ◦ green 204 ◦ blue 161

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

Shades of Peach #F9CCA1

Tints of Peach #F9CCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.22%

 BLUE value IS 161 (63.28% from 255) = 26.22%

R = 40.55%
G = 33.22%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F9CCA1 (or 0xF9CCA1) is known color: Peach. HEX triplet: F9, CC and A1. RGB value is (249,204,161). Sum of RGB (Red+Green+Blue) = 249+204+161=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCA1 is #06335E. Grayscale: #D4D4D4. Windows color (decimal): -406367 or 10603769. OLE color: 10603769.

HSL color Cylindrical-coordinate representation of color #F9CCA1: hue angle of 29.32º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9CCA1 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 161 -
CMYK 0 0.18 0.35 0.02
HSL 29.32º 0.88% 0.8% -
HSV(B) 29.32º 0.35% 0.98% -
XYZ 67.09 65.9 42.9 -
YUV 212.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 249 204 161 0 0.18 0.35 0.02 29.32 0.88 0.8
Hex F9 CC A1 0 12 23 2 1D 58 50
Octal 371 314 241 0 22 43 2 35 130 120
Binary 11111001 11001100 10100001 0 10010 100011 10 11101 1011000 1010000

Color Harmonies of #F9CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CCA1

Black with #F9CCA1

Text Example


Text Example

White with #F9CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CCA1; }

 p { color: rgb(249,204,161); }

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

background-color css

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

 a { background-color: rgb(249,204,161); }

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

border-color css

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

 span { border-color: rgb(249,204,161); }

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