Shades of Apricot #FFCBB4
Tints of Apricot #FFCBB4
RGB
CMYK
RGB Variations
Color information
#FFCBB4 (or 0xFFCBB4) is known color: Apricot. HEX triplet: FF, CB and B4. RGB value is (255,203,180). Sum of RGB (Red+Green+Blue) = 255+203+180=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB4 is #00344B. Grayscale: #D8D8D8. Windows color (decimal): -13388 or 11848703. OLE color: 11848703.
HSL color Cylindrical-coordinate representation of color #FFCBB4: hue angle of 18.4º 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 #FFCBB4 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 180 | - |
| CMYK | 0 | 0.20 | 0.29 | 0 |
| HSL | 18.4º | 1% | 0.85% | - |
| HSV(B) | 18.4º | 0.29% | 1% | - |
| XYZ | 70.83 | 67.27 | 52.43 | - |
| YUV | 215.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 180 | 0 | 0.20 | 0.29 | 0 | 18.4 | 1 | 0.85 |
| Hex | FF | CB | B4 | 0 | 14 | 1D | 0 | 12 | 64 | 55 |
| Octal | 377 | 313 | 264 | 0 | 24 | 35 | 0 | 22 | 144 | 125 |
| Binary | 11111111 | 11001011 | 10110100 | 0 | 10100 | 11101 | 0 | 10010 | 1100100 | 1010101 |
Color Harmonies of #FFCBB4
Complementary color
Monochromatic Colors of #FFCBB4
Black with #FFCBB4
Text Example
Text Example
White with #FFCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBB4; }
p { color: rgb(255,203,180); }
H1.HeaderClassName
{
color: #FFCBB4;
}
.AnyTagClassName
{
color: #FFCBB4;
}
</style>
background-color css
<style>
a { background-color: #FFCBB4; }
a { background-color: rgb(255,203,180); }
div.DivClassName
{
background-color: #FFCBB4;
}
.BgClassName
{
background-color: #FFCBB4;
}
</style>
border-color css
<style>
span { border-color: #FFCBB4; }
span { border-color: rgb(255,203,180); }
td.TdClassName
{
border-color: #FFCBB4;
}
.TagClassName
{
border-color: #FFCBB4;
}
</style>