Html Css Color HEX #FACA9B Peach-Orange

📋 copy color: '#FACA9B'

red 250 ◦ green 202 ◦ blue 155

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

Shades of Peach-Orange #FACA9B

Tints of Peach-Orange #FACA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.54%

R = 41.19%
G = 33.28%
B = 25.54%

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

#FACA9B (or 0xFACA9B) is known color: Peach-Orange. HEX triplet: FA, CA and 9B. RGB value is (250,202,155). Sum of RGB (Red+Green+Blue) = 250+202+155=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA9B is #053564. Grayscale: #D3D3D3. Windows color (decimal): -341349 or 10210042. OLE color: 10210042.

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

Color convert

RGB 250 202 155 -
CMYK 0 0.19 0.38 0.02
HSL 29.68º 0.9% 0.79% -
HSV(B) 29.68º 0.38% 0.98% -
XYZ 66.46 64.93 40.04 -
YUV 210.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 250 202 155 0 0.19 0.38 0.02 29.68 0.9 0.79
Hex FA CA 9B 0 13 26 2 1E 5A 4F
Octal 372 312 233 0 23 46 2 36 132 117
Binary 11111010 11001010 10011011 0 10011 100110 10 11110 1011010 1001111

Color Harmonies of #FACA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA9B

Black with #FACA9B

Text Example


Text Example

White with #FACA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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