#FFCBB6

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

Shades of Apricot #FFCBB6

Tints of Apricot #FFCBB6

Color information

#FFCBB6 (or 0xFFCBB6) is unknown color: approx Apricot. HEX triplet: FF, CB and B6. RGB value is (255,203,182). Sum of RGB (Red+Green+Blue) = 255+203+182=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB6 is #003449. Grayscale: #D8D8D8. Windows color (decimal): -13386 or 11979775. OLE color: 11979775.

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

Color convert

RGB255203182-
CMYK00.200.290
HSL17.26º100%85.69%-
HSV(B)17.26º28.63%100%-
XYZ71.0467.3553.51-
YUV216.15108.73155.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 182 (71.48% from 255) = 28.44%
R=39.84%
G=31.72%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520318200.200.29017.2610085.69
HexFFCBB60141D0116456
Octal37731326602435021144126
Binary1111111111001011101101100101001110101000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBB6; }

 p { color: rgb(255,203,182); }

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

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

 a { background-color: rgb(255,203,182); }

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

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

 span { border-color: rgb(255,203,182); }

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