#FFCCB3

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

Shades of Apricot #FFCCB3

Tints of Apricot #FFCCB3

Color information

#FFCCB3 (or 0xFFCCB3) is unknown color: approx Apricot. HEX triplet: FF, CC and B3. RGB value is (255,204,179). Sum of RGB (Red+Green+Blue) = 255+204+179=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB3 is #00334C. Grayscale: #D8D8D8. Windows color (decimal): -13133 or 11783423. OLE color: 11783423.

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

Color convert

RGB255204179-
CMYK00.20.300
HSL19.74º100%85.1%-
HSV(B)19.74º29.8%100%-
XYZ70.9767.751.97-
YUV216.4106.9155.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 179 (70.31% from 255) = 28.06%
R=39.97%
G=31.97%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520417900.20.30019.7410085.1
HexFFCCB30141E0146455
Octal37731426302436024144125
Binary1111111111001100101100110101001111001010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCB3; }

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

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

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

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

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

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

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

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