Html Css Color HEX #FAD4B1 Apricot

📋 copy color: '#FAD4B1'

red 250 ◦ green 212 ◦ blue 177

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

Shades of Apricot #FAD4B1

Tints of Apricot #FAD4B1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.18%

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

R = 39.12%
G = 33.18%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAD4B1 (or 0xFAD4B1) is known color: Apricot. HEX triplet: FA, D4 and B1. RGB value is (250,212,177). Sum of RGB (Red+Green+Blue) = 250+212+177=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD4B1 is #052B4E. Grayscale: #DBDBDB. Windows color (decimal): -338767 or 11654394. OLE color: 11654394.

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

Color convert

RGB 250 212 177 -
CMYK 0 0.15 0.29 0.02
HSL 28.77º 0.88% 0.84% -
HSV(B) 28.77º 0.29% 0.98% -
XYZ 70.9 70.59 51.48 -
YUV 219.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 250 212 177 0 0.15 0.29 0.02 28.77 0.88 0.84
Hex FA D4 B1 0 F 1D 2 1D 58 54
Octal 372 324 261 0 17 35 2 35 130 124
Binary 11111010 11010100 10110001 0 1111 11101 10 11101 1011000 1010100

Color Harmonies of #FAD4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4B1

Black with #FAD4B1

Text Example


Text Example

White with #FAD4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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