Html Css Color HEX #FACA9D Peach-Orange

📋 copy color: '#FACA9D'

red 250 ◦ green 202 ◦ blue 157

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

Shades of Peach-Orange #FACA9D

Tints of Peach-Orange #FACA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.78%

R = 41.05%
G = 33.17%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FACA9D (or 0xFACA9D) is known color: Peach-Orange. HEX triplet: FA, CA and 9D. RGB value is (250,202,157). Sum of RGB (Red+Green+Blue) = 250+202+157=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9D is #053562. Grayscale: #D3D3D3. Windows color (decimal): -341347 or 10341114. OLE color: 10341114.

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

Color convert

RGB 250 202 157 -
CMYK 0 0.19 0.37 0.02
HSL 29.03º 0.9% 0.8% -
HSV(B) 29.03º 0.37% 0.98% -
XYZ 66.63 65 40.93 -
YUV 211.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 250 202 157 0 0.19 0.37 0.02 29.03 0.9 0.8
Hex FA CA 9D 0 13 25 2 1D 5A 50
Octal 372 312 235 0 23 45 2 35 132 120
Binary 11111010 11001010 10011101 0 10011 100101 10 11101 1011010 1010000

Color Harmonies of #FACA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA9D

Black with #FACA9D

Text Example


Text Example

White with #FACA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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