Html Css Color HEX #FACBAC Apricot

📋 copy color: '#FACBAC'

red 250 ◦ green 203 ◦ blue 172

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

Shades of Apricot #FACBAC

Tints of Apricot #FACBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.48%

 BLUE value IS 172 (67.58% from 255) = 27.52%

R = 40%
G = 32.48%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FACBAC (or 0xFACBAC) is known color: Apricot. HEX triplet: FA, CB and AC. RGB value is (250,203,172). Sum of RGB (Red+Green+Blue) = 250+203+172=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBAC is #053453. Grayscale: #D5D5D5. Windows color (decimal): -341076 or 11324410. OLE color: 11324410.

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

Color convert

RGB 250 203 172 -
CMYK 0 0.19 0.31 0.02
HSL 23.85º 0.89% 0.83% -
HSV(B) 23.85º 0.31% 0.98% -
XYZ 68.23 66.01 48.18 -
YUV 213.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 250 203 172 0 0.19 0.31 0.02 23.85 0.89 0.83
Hex FA CB AC 0 13 1F 2 18 59 53
Octal 372 313 254 0 23 37 2 30 131 123
Binary 11111010 11001011 10101100 0 10011 11111 10 11000 1011001 1010011

Color Harmonies of #FACBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBAC

Black with #FACBAC

Text Example


Text Example

White with #FACBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBAC; }

 p { color: rgb(250,203,172); }

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

background-color css

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

 a { background-color: rgb(250,203,172); }

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

border-color css

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

 span { border-color: rgb(250,203,172); }

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