Html Css Color HEX #FACAA4 Peach

📋 copy color: '#FACAA4'

red 250 ◦ green 202 ◦ blue 164

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

Shades of Peach #FACAA4

Tints of Peach #FACAA4

RGB

 RED value IS 250 (98.05% from 255) = 40.58%

 GREEN value IS 202 (79.3% from 255) = 32.79%

 BLUE value IS 164 (64.45% from 255) = 26.62%

R = 40.58%
G = 32.79%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FACAA4 (or 0xFACAA4) is known color: Peach. HEX triplet: FA, CA and A4. RGB value is (250,202,164). Sum of RGB (Red+Green+Blue) = 250+202+164=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAA4 is #05355B. Grayscale: #D4D4D4. Windows color (decimal): -341340 or 10799866. OLE color: 10799866.

HSL color Cylindrical-coordinate representation of color #FACAA4: hue angle of 26.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FACAA4 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 164 -
CMYK 0 0.19 0.34 0.02
HSL 26.51º 0.9% 0.81% -
HSV(B) 26.51º 0.34% 0.98% -
XYZ 67.25 65.25 44.17 -
YUV 212.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 250 202 164 0 0.19 0.34 0.02 26.51 0.9 0.81
Hex FA CA A4 0 13 22 2 1B 5A 51
Octal 372 312 244 0 23 42 2 33 132 121
Binary 11111010 11001010 10100100 0 10011 100010 10 11011 1011010 1010001

Color Harmonies of #FACAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAA4

Black with #FACAA4

Text Example


Text Example

White with #FACAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAA4; }

 p { color: rgb(250,202,164); }

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

background-color css

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

 a { background-color: rgb(250,202,164); }

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

border-color css

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

 span { border-color: rgb(250,202,164); }

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