#FBCAAF

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

Shades of Apricot #FBCAAF

Tints of Apricot #FBCAAF

Color information

#FBCAAF (or 0xFBCAAF) is unknown color: approx Apricot. HEX triplet: FB, CA and AF. RGB value is (251,202,175). Sum of RGB (Red+Green+Blue) = 251+202+175=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAF is #043550. Grayscale: #D5D5D5. Windows color (decimal): -275793 or 11520763. OLE color: 11520763.

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

Color convert

RGB251202175-
CMYK00.200.300.02
HSL21.32º90.48%83.53%-
HSV(B)21.32º30.28%98.43%-
XYZ68.6465.8549.65-
YUV213.57106.23154.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=39.97%
G=32.17%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120217500.200.300.0221.3290.4883.53
HexFBCAAF0141E2155a54
Octal37331225702436225132124
Binary11111011110010101010111101010011110101010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAAF; }

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

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

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

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

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

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

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

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