#FAD4B4

Color #FAD4B4 Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FAD4B4

Tints of Apricot #FAD4B4

Color information

#FAD4B4 (or 0xFAD4B4) is unknown color: approx Apricot. HEX triplet: FA, D4 and B4. RGB value is (250,212,180). Sum of RGB (Red+Green+Blue) = 250+212+180=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4B4 is #052B4B. Grayscale: #DBDBDB. Windows color (decimal): -338764 or 11851002. OLE color: 11851002.

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

Color convert

RGB250212180-
CMYK00.150.280.02
HSL27.43º87.5%84.31%-
HSV(B)27.43º28%98.04%-
XYZ71.2170.7153.07-
YUV219.71105.59149.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 180 (70.70% from 255) = 28.04%
R=38.94%
G=33.02%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021218000.150.280.0227.4387.584.31
HexFAD4B40F1C21b5854
Octal37232426401734233130124
Binary1111101011010100101101000111111100101101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4B4; }

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

 H1.HeaderClassName
 {
   color: #FAD4B4;
 }
 .AnyTagClassName
 {
   color: #FAD4B4;
 }
</style>
background-color css

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

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

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

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

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

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