#FBD4AF

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

Shades of Apricot #FBD4AF

Tints of Apricot #FBD4AF

Color information

#FBD4AF (or 0xFBD4AF) is unknown color: approx Apricot. HEX triplet: FB, D4 and AF. RGB value is (251,212,175). Sum of RGB (Red+Green+Blue) = 251+212+175=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD4AF is #042B50. Grayscale: #DBDBDB. Windows color (decimal): -273233 or 11523323. OLE color: 11523323.

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

Color convert

RGB251212175-
CMYK00.160.300.02
HSL29.21º90.48%83.53%-
HSV(B)29.21º30.28%98.43%-
XYZ71.0770.6950.46-
YUV219.44102.92150.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=39.34%
G=33.23%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121217500.160.300.0229.2190.4883.53
HexFBD4AF0101E21d5a54
Octal37332425702036235132124
Binary11111011110101001010111101000011110101110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4AF; }

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

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

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

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

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

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

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

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