#FACCB4

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

Shades of Apricot #FACCB4

Tints of Apricot #FACCB4

Color information

#FACCB4 (or 0xFACCB4) is unknown color: approx Apricot. HEX triplet: FA, CC and B4. RGB value is (250,204,180). Sum of RGB (Red+Green+Blue) = 250+204+180=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCB4 is #05334B. Grayscale: #D7D7D7. Windows color (decimal): -340812 or 11848954. OLE color: 11848954.

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

Color convert

RGB250204180-
CMYK00.180.280.02
HSL20.57º87.5%84.31%-
HSV(B)20.57º28%98.04%-
XYZ69.2666.8152.42-
YUV215.02108.24152.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 180 (70.70% from 255) = 28.39%
R=39.43%
G=32.18%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020418000.180.280.0220.5787.584.31
HexFACCB40121C2155854
Octal37231426402234225130124
Binary11111010110011001011010001001011100101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCB4; }

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

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

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

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

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

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

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

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