Html Css Color HEX #FAC7B1 Apricot

📋 copy color: '#FAC7B1'

red 250 ◦ green 199 ◦ blue 177

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

Shades of Apricot #FAC7B1

Tints of Apricot #FAC7B1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.79%

 BLUE value IS 177 (69.53% from 255) = 28.27%

R = 39.94%
G = 31.79%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAC7B1 (or 0xFAC7B1) is known color: Apricot. HEX triplet: FA, C7 and B1. RGB value is (250,199,177). Sum of RGB (Red+Green+Blue) = 250+199+177=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7B1 is #05384E. Grayscale: #D3D3D3. Windows color (decimal): -342095 or 11651066. OLE color: 11651066.

HSL color Cylindrical-coordinate representation of color #FAC7B1: hue angle of 18.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAC7B1 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 177 -
CMYK 0 0.20 0.29 0.02
HSL 18.08º 0.88% 0.84% -
HSV(B) 18.08º 0.29% 0.98% -
XYZ 67.78 64.35 50.44 -
YUV 211.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 250 199 177 0 0.20 0.29 0.02 18.08 0.88 0.84
Hex FA C7 B1 0 14 1D 2 12 58 54
Octal 372 307 261 0 24 35 2 22 130 124
Binary 11111010 11000111 10110001 0 10100 11101 10 10010 1011000 1010100

Color Harmonies of #FAC7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7B1

Black with #FAC7B1

Text Example


Text Example

White with #FAC7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7B1; }

 p { color: rgb(250,199,177); }

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

background-color css

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

 a { background-color: rgb(250,199,177); }

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

border-color css

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

 span { border-color: rgb(250,199,177); }

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