Html Css Color HEX #FACA9C Peach-Orange

📋 copy color: '#FACA9C'

red 250 ◦ green 202 ◦ blue 156

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

Shades of Peach-Orange #FACA9C

Tints of Peach-Orange #FACA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.66%

R = 41.12%
G = 33.22%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FACA9C (or 0xFACA9C) is known color: Peach-Orange. HEX triplet: FA, CA and 9C. RGB value is (250,202,156). Sum of RGB (Red+Green+Blue) = 250+202+156=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 156 (61.33% from 255 or 25.66% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9C is #053563. Grayscale: #D3D3D3. Windows color (decimal): -341348 or 10275578. OLE color: 10275578.

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

Color convert

RGB 250 202 156 -
CMYK 0 0.19 0.38 0.02
HSL 29.36º 0.9% 0.8% -
HSV(B) 29.36º 0.38% 0.98% -
XYZ 66.55 64.97 40.48 -
YUV 211.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 250 202 156 0 0.19 0.38 0.02 29.36 0.9 0.8
Hex FA CA 9C 0 13 26 2 1D 5A 50
Octal 372 312 234 0 23 46 2 35 132 120
Binary 11111010 11001010 10011100 0 10011 100110 10 11101 1011010 1010000

Color Harmonies of #FACA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA9C

Black with #FACA9C

Text Example


Text Example

White with #FACA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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