Html Css Color HEX #FACBA0 Peach

📋 copy color: '#FACBA0'

red 250 ◦ green 203 ◦ blue 160

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

Shades of Peach #FACBA0

Tints of Peach #FACBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.12%

 BLUE value IS 160 (62.89% from 255) = 26.1%

R = 40.78%
G = 33.12%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FACBA0 (or 0xFACBA0) is known color: Peach. HEX triplet: FA, CB and A0. RGB value is (250,203,160). Sum of RGB (Red+Green+Blue) = 250+203+160=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA0 is #05345F. Grayscale: #D4D4D4. Windows color (decimal): -341088 or 10537978. OLE color: 10537978.

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

Color convert

RGB 250 203 160 -
CMYK 0 0.19 0.36 0.02
HSL 28.67º 0.9% 0.8% -
HSV(B) 28.67º 0.36% 0.98% -
XYZ 67.13 65.57 42.38 -
YUV 212.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 250 203 160 0 0.19 0.36 0.02 28.67 0.9 0.8
Hex FA CB A0 0 13 24 2 1D 5A 50
Octal 372 313 240 0 23 44 2 35 132 120
Binary 11111010 11001011 10100000 0 10011 100100 10 11101 1011010 1010000

Color Harmonies of #FACBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBA0

Black with #FACBA0

Text Example


Text Example

White with #FACBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBA0; }

 p { color: rgb(250,203,160); }

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

background-color css

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

 a { background-color: rgb(250,203,160); }

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

border-color css

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

 span { border-color: rgb(250,203,160); }

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