#FFC7B1

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

Shades of Apricot #FFC7B1

Tints of Apricot #FFC7B1

Color information

#FFC7B1 (or 0xFFC7B1) is unknown color: approx Apricot. HEX triplet: FF, C7 and B1. RGB value is (255,199,177). Sum of RGB (Red+Green+Blue) = 255+199+177=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7B1 is #00384E. Grayscale: #D5D5D5. Windows color (decimal): -14415 or 11651071. OLE color: 11651071.

HSL color Cylindrical-coordinate representation of color #FFC7B1: hue angle of 16.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC7B1 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255199177-
CMYK00.220.310
HSL16.92º100%84.71%-
HSV(B)16.92º30.59%100%-
XYZ69.665.2850.53-
YUV213.24107.55157.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=40.41%
G=31.54%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519917700.220.31016.9210084.71
HexFFC7B10161F0116455
Octal37730726102637021144125
Binary1111111111000111101100010101101111101000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7B1; }

 p { color: rgb(255,199,177); }

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

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

 a { background-color: rgb(255,199,177); }

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

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

 span { border-color: rgb(255,199,177); }

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