Html Css Color HEX #FACB9F Peach-Orange

📋 copy color: '#FACB9F'

red 250 ◦ green 203 ◦ blue 159

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

Shades of Peach-Orange #FACB9F

Tints of Peach-Orange #FACB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.98%

R = 40.85%
G = 33.17%
B = 25.98%

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

#FACB9F (or 0xFACB9F) is known color: Peach-Orange. HEX triplet: FA, CB and 9F. RGB value is (250,203,159). Sum of RGB (Red+Green+Blue) = 250+203+159=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB9F is #053460. Grayscale: #D4D4D4. Windows color (decimal): -341089 or 10472442. OLE color: 10472442.

HSL color Cylindrical-coordinate representation of color #FACB9F: hue angle of 29.01º 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 #FACB9F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 159 -
CMYK 0 0.19 0.36 0.02
HSL 29.01º 0.9% 0.8% -
HSV(B) 29.01º 0.36% 0.98% -
XYZ 67.04 65.54 41.92 -
YUV 212.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 250 203 159 0 0.19 0.36 0.02 29.01 0.9 0.8
Hex FA CB 9F 0 13 24 2 1D 5A 50
Octal 372 313 237 0 23 44 2 35 132 120
Binary 11111010 11001011 10011111 0 10011 100100 10 11101 1011010 1010000

Color Harmonies of #FACB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB9F

Black with #FACB9F

Text Example


Text Example

White with #FACB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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