#FBCBB5

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

Shades of Apricot #FBCBB5

Tints of Apricot #FBCBB5

Color information

#FBCBB5 (or 0xFBCBB5) is unknown color: approx Apricot. HEX triplet: FB, CB and B5. RGB value is (251,203,181). Sum of RGB (Red+Green+Blue) = 251+203+181=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBB5 is #04344A. Grayscale: #D6D6D6. Windows color (decimal): -275531 or 11914235. OLE color: 11914235.

HSL color Cylindrical-coordinate representation of color #FBCBB5: hue angle of 18.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBCBB5 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB251203181-
CMYK00.190.280.02
HSL18.86º89.74%84.71%-
HSV(B)18.86º27.89%98.43%-
XYZ69.4866.5652.9-
YUV214.84108.9153.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=39.53%
G=31.97%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120318100.190.280.0218.8689.7484.71
HexFBCBB50131C2135a55
Octal37331326502334223132125
Binary11111011110010111011010101001111100101001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBB5; }

 p { color: rgb(251,203,181); }

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

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

 a { background-color: rgb(251,203,181); }

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

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

 span { border-color: rgb(251,203,181); }

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