Html Css Color HEX #FAD4B0 Apricot

📋 copy color: '#FAD4B0'

red 250 ◦ green 212 ◦ blue 176

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

Shades of Apricot #FAD4B0

Tints of Apricot #FAD4B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.59%

R = 39.18%
G = 33.23%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAD4B0 (or 0xFAD4B0) is known color: Apricot. HEX triplet: FA, D4 and B0. RGB value is (250,212,176). Sum of RGB (Red+Green+Blue) = 250+212+176=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD4B0 is #052B4F. Grayscale: #DBDBDB. Windows color (decimal): -338768 or 11588858. OLE color: 11588858.

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

Color convert

RGB 250 212 176 -
CMYK 0 0.15 0.30 0.02
HSL 29.19º 0.88% 0.84% -
HSV(B) 29.19º 0.3% 0.98% -
XYZ 70.8 70.55 50.96 -
YUV 219.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 250 212 176 0 0.15 0.30 0.02 29.19 0.88 0.84
Hex FA D4 B0 0 F 1E 2 1D 58 54
Octal 372 324 260 0 17 36 2 35 130 124
Binary 11111010 11010100 10110000 0 1111 11110 10 11101 1011000 1010100

Color Harmonies of #FAD4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4B0

Black with #FAD4B0

Text Example


Text Example

White with #FAD4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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