#FBD4B3

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

Shades of Apricot #FBD4B3

Tints of Apricot #FBD4B3

Color information

#FBD4B3 (or 0xFBD4B3) is unknown color: approx Apricot. HEX triplet: FB, D4 and B3. RGB value is (251,212,179). Sum of RGB (Red+Green+Blue) = 251+212+179=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4B3 is #042B4C. Grayscale: #DCDCDC. Windows color (decimal): -273229 or 11785467. OLE color: 11785467.

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

Color convert

RGB251212179-
CMYK00.160.290.02
HSL27.5º90%84.31%-
HSV(B)27.5º28.69%98.43%-
XYZ71.4670.8552.56-
YUV219.9104.92150.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 179 (70.31% from 255) = 27.88%
R=39.10%
G=33.02%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121217900.160.290.0227.59084.31
HexFBD4B30101D21c5a54
Octal37332426302035234132124
Binary11111011110101001011001101000011101101110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4B3; }

 p { color: rgb(251,212,179); }

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

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

 a { background-color: rgb(251,212,179); }

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

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

 span { border-color: rgb(251,212,179); }

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