Shades of Apricot #FFCBB6
Tints of Apricot #FFCBB6
RGB
CMYK
RGB Variations
Color information
#FFCBB6 (or 0xFFCBB6) is known color: 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
| RGB | 255 | 203 | 182 | - |
| CMYK | 0 | 0.20 | 0.29 | 0 |
| HSL | 17.26º | 1% | 0.86% | - |
| HSV(B) | 17.26º | 0.29% | 1% | - |
| XYZ | 71.04 | 67.35 | 53.51 | - |
| YUV | 216.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 182 | 0 | 0.20 | 0.29 | 0 | 17.26 | 1 | 0.86 |
| Hex | FF | CB | B6 | 0 | 14 | 1D | 0 | 11 | 64 | 56 |
| Octal | 377 | 313 | 266 | 0 | 24 | 35 | 0 | 21 | 144 | 126 |
| Binary | 11111111 | 11001011 | 10110110 | 0 | 10100 | 11101 | 0 | 10001 | 1100100 | 1010110 |
Color Harmonies of #FFCBB6
Complementary color
Monochromatic Colors of #FFCBB6
Black with #FFCBB6
Text Example
Text Example
White with #FFCBB6
Text Example
Text Example
HTML Codes & Css Web 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>