Html Css Color HEX #FACEAB Apricot

📋 copy color: '#FACEAB'

red 250 ◦ green 206 ◦ blue 171

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

Shades of Apricot #FACEAB

Tints of Apricot #FACEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.85%

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 39.87%
G = 32.85%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FACEAB (or 0xFACEAB) is known color: Apricot. HEX triplet: FA, CE and AB. RGB value is (250,206,171). Sum of RGB (Red+Green+Blue) = 250+206+171=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEAB is #053154. Grayscale: #D7D7D7. Windows color (decimal): -340309 or 11259642. OLE color: 11259642.

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

Color convert

RGB 250 206 171 -
CMYK 0 0.18 0.32 0.02
HSL 26.58º 0.89% 0.83% -
HSV(B) 26.58º 0.32% 0.98% -
XYZ 68.85 67.41 47.91 -
YUV 215.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 250 206 171 0 0.18 0.32 0.02 26.58 0.89 0.83
Hex FA CE AB 0 12 20 2 1B 59 53
Octal 372 316 253 0 22 40 2 33 131 123
Binary 11111010 11001110 10101011 0 10010 100000 10 11011 1011001 1010011

Color Harmonies of #FACEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEAB

Black with #FACEAB

Text Example


Text Example

White with #FACEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEAB; }

 p { color: rgb(250,206,171); }

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

background-color css

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

 a { background-color: rgb(250,206,171); }

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

border-color css

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

 span { border-color: rgb(250,206,171); }

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