#FBCCAD

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

Shades of Apricot #FBCCAD

Tints of Apricot #FBCCAD

Color information

#FBCCAD (or 0xFBCCAD) is unknown color: approx Apricot. HEX triplet: FB, CC and AD. RGB value is (251,204,173). Sum of RGB (Red+Green+Blue) = 251+204+173=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCAD is #043352. Grayscale: #D6D6D6. Windows color (decimal): -275283 or 11390203. OLE color: 11390203.

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

Color convert

RGB251204173-
CMYK00.190.310.02
HSL23.85º90.7%83.14%-
HSV(B)23.85º31.08%98.43%-
XYZ68.9266.7148.78-
YUV214.52104.57154.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=39.97%
G=32.48%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120417300.190.310.0223.8590.783.14
HexFBCCAD0131F2185b53
Octal37331425502337230133123
Binary11111011110011001010110101001111111101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCAD; }

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

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

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

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

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

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

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

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