#FBCFB3

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

Shades of Apricot #FBCFB3

Tints of Apricot #FBCFB3

Color information

#FBCFB3 (or 0xFBCFB3) is unknown color: approx Apricot. HEX triplet: FB, CF and B3. RGB value is (251,207,179). Sum of RGB (Red+Green+Blue) = 251+207+179=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFB3 is #04304C. Grayscale: #D9D9D9. Windows color (decimal): -274509 or 11784187. OLE color: 11784187.

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

Color convert

RGB251207179-
CMYK00.180.290.02
HSL23.33º90%84.31%-
HSV(B)23.33º28.69%98.43%-
XYZ70.2368.3952.15-
YUV216.96106.58152.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 179 (70.31% from 255) = 28.10%
R=39.40%
G=32.50%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120717900.180.290.0223.339084.31
HexFBCFB30121D2175a54
Octal37331726302235227132124
Binary11111011110011111011001101001011101101011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFB3; }

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

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

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

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

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

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

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

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