Html Css Color HEX #FACD9B Peach-Orange

📋 copy color: '#FACD9B'

red 250 ◦ green 205 ◦ blue 155

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

Shades of Peach-Orange #FACD9B

Tints of Peach-Orange #FACD9B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.61%

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

R = 40.98%
G = 33.61%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FACD9B (or 0xFACD9B) is known color: Peach-Orange. HEX triplet: FA, CD and 9B. RGB value is (250,205,155). Sum of RGB (Red+Green+Blue) = 250+205+155=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9B is #053264. Grayscale: #D5D5D5. Windows color (decimal): -340581 or 10210810. OLE color: 10210810.

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

Color convert

RGB 250 205 155 -
CMYK 0 0.18 0.38 0.02
HSL 31.58º 0.9% 0.79% -
HSV(B) 31.58º 0.38% 0.98% -
XYZ 67.17 66.35 40.28 -
YUV 212.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 250 205 155 0 0.18 0.38 0.02 31.58 0.9 0.79
Hex FA CD 9B 0 12 26 2 20 5A 4F
Octal 372 315 233 0 22 46 2 40 132 117
Binary 11111010 11001101 10011011 0 10010 100110 10 100000 1011010 1001111

Color Harmonies of #FACD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD9B

Black with #FACD9B

Text Example


Text Example

White with #FACD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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