#FBCDAF

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

Shades of Apricot #FBCDAF

Tints of Apricot #FBCDAF

Color information

#FBCDAF (or 0xFBCDAF) is unknown color: approx Apricot. HEX triplet: FB, CD and AF. RGB value is (251,205,175). Sum of RGB (Red+Green+Blue) = 251+205+175=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDAF is #043250. Grayscale: #D7D7D7. Windows color (decimal): -275025 or 11521531. OLE color: 11521531.

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

Color convert

RGB251205175-
CMYK00.180.300.02
HSL23.68º90.48%83.53%-
HSV(B)23.68º30.28%98.43%-
XYZ69.3567.2749.89-
YUV215.33105.24153.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.78%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=39.78%
G=32.49%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120517500.180.300.0223.6890.4883.53
HexFBCDAF0121E2185a54
Octal37331525702236230132124
Binary11111011110011011010111101001011110101100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDAF; }

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

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

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

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

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

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

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

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