Shades of Apricot #FFCDB3
Tints of Apricot #FFCDB3
RGB
CMYK
RGB Variations
Color information
#FFCDB3 (or 0xFFCDB3) is known color: Apricot. HEX triplet: FF, CD and B3. RGB value is (255,205,179). Sum of RGB (Red+Green+Blue) = 255+205+179=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDB3 is #00324C. Grayscale: #D9D9D9. Windows color (decimal): -12877 or 11783679. OLE color: 11783679.
HSL color Cylindrical-coordinate representation of color #FFCDB3: hue angle of 20.53º 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 #FFCDB3 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 179 | - |
CMYK | 0 | 0.20 | 0.30 | 0 |
HSL | 20.53º | 1% | 0.85% | - |
HSV(B) | 20.53º | 0.3% | 1% | - |
XYZ | 71.21 | 68.18 | 52.05 | - |
YUV | 216.99 | 106.57 | 155.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 179 | 0 | 0.20 | 0.30 | 0 | 20.53 | 1 | 0.85 |
Hex | FF | CD | B3 | 0 | 14 | 1E | 0 | 15 | 64 | 55 |
Octal | 377 | 315 | 263 | 0 | 24 | 36 | 0 | 25 | 144 | 125 |
Binary | 11111111 | 11001101 | 10110011 | 0 | 10100 | 11110 | 0 | 10101 | 1100100 | 1010101 |
Color Harmonies of #FFCDB3
Complementary color
Monochromatic Colors of #FFCDB3
Black with #FFCDB3
Text Example
Text Example
White with #FFCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB3; }
p { color: rgb(255,205,179); }
H1.HeaderClassName
{
color: #FFCDB3;
}
.AnyTagClassName
{
color: #FFCDB3;
}
</style>
background-color css
<style>
a { background-color: #FFCDB3; }
a { background-color: rgb(255,205,179); }
div.DivClassName
{
background-color: #FFCDB3;
}
.BgClassName
{
background-color: #FFCDB3;
}
</style>
border-color css
<style>
span { border-color: #FFCDB3; }
span { border-color: rgb(255,205,179); }
td.TdClassName
{
border-color: #FFCDB3;
}
.TagClassName
{
border-color: #FFCDB3;
}
</style>