#FFCCB4

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

Shades of Apricot #FFCCB4

Tints of Apricot #FFCCB4

Color information

#FFCCB4 (or 0xFFCCB4) is unknown color: approx Apricot. HEX triplet: FF, CC and B4. RGB value is (255,204,180). Sum of RGB (Red+Green+Blue) = 255+204+180=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB4 is #00334B. Grayscale: #D8D8D8. Windows color (decimal): -13132 or 11848959. OLE color: 11848959.

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

Color convert

RGB255204180-
CMYK00.20.290
HSL19.2º100%85.29%-
HSV(B)19.2º29.41%100%-
XYZ71.0767.7452.51-
YUV216.51107.4155.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 180 (70.70% from 255) = 28.17%
R=39.91%
G=31.92%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520418000.20.29019.210085.29
HexFFCCB40141D0136455
Octal37731426402435023144125
Binary1111111111001100101101000101001110101001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCB4; }

 p { color: rgb(255,204,180); }

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

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

 a { background-color: rgb(255,204,180); }

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

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

 span { border-color: rgb(255,204,180); }

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