Shades of Apricot #FFCAB1
Tints of Apricot #FFCAB1
RGB
CMYK
RGB Variations
Color information
#FFCAB1 (or 0xFFCAB1) is known color: Apricot. HEX triplet: FF, CA and B1. RGB value is (255,202,177). Sum of RGB (Red+Green+Blue) = 255+202+177=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAB1 is #00354E. Grayscale: #D7D7D7. Windows color (decimal): -13647 or 11651839. OLE color: 11651839.
HSL color Cylindrical-coordinate representation of color #FFCAB1: hue angle of 19.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFCAB1 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 177 | - |
CMYK | 0 | 0.21 | 0.31 | 0 |
HSL | 19.23º | 1% | 0.85% | - |
HSV(B) | 19.23º | 0.31% | 1% | - |
XYZ | 70.3 | 66.68 | 50.76 | - |
YUV | 215 | 106.56 | 156.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 177 | 0 | 0.21 | 0.31 | 0 | 19.23 | 1 | 0.85 |
Hex | FF | CA | B1 | 0 | 15 | 1F | 0 | 13 | 64 | 55 |
Octal | 377 | 312 | 261 | 0 | 25 | 37 | 0 | 23 | 144 | 125 |
Binary | 11111111 | 11001010 | 10110001 | 0 | 10101 | 11111 | 0 | 10011 | 1100100 | 1010101 |
Color Harmonies of #FFCAB1
Complementary color
Monochromatic Colors of #FFCAB1
Black with #FFCAB1
Text Example
Text Example
White with #FFCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAB1; }
p { color: rgb(255,202,177); }
H1.HeaderClassName
{
color: #FFCAB1;
}
.AnyTagClassName
{
color: #FFCAB1;
}
</style>
background-color css
<style>
a { background-color: #FFCAB1; }
a { background-color: rgb(255,202,177); }
div.DivClassName
{
background-color: #FFCAB1;
}
.BgClassName
{
background-color: #FFCAB1;
}
</style>
border-color css
<style>
span { border-color: #FFCAB1; }
span { border-color: rgb(255,202,177); }
td.TdClassName
{
border-color: #FFCAB1;
}
.TagClassName
{
border-color: #FFCAB1;
}
</style>