#FBCAAD

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

Shades of Apricot #FBCAAD

Tints of Apricot #FBCAAD

Color information

#FBCAAD (or 0xFBCAAD) is unknown color: approx Apricot. HEX triplet: FB, CA and AD. RGB value is (251,202,173). Sum of RGB (Red+Green+Blue) = 251+202+173=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAD is #043552. Grayscale: #D5D5D5. Windows color (decimal): -275795 or 11389691. OLE color: 11389691.

HSL color Cylindrical-coordinate representation of color #FBCAAD: hue angle of 22.31º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBCAAD is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251202173-
CMYK00.200.310.02
HSL22.31º90.7%83.14%-
HSV(B)22.31º31.08%98.43%-
XYZ68.4565.7748.62-
YUV213.34105.23154.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=40.10%
G=32.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120217300.200.310.0222.3190.783.14
HexFBCAAD0141F2165b53
Octal37331225502437226133123
Binary11111011110010101010110101010011111101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAAD; }

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

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

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

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

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

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

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

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