Shades of Snuff #FFCAF7
Tints of Snuff #FFCAF7
RGB
CMYK
RGB Variations
Color information
#FFCAF7 (or 0xFFCAF7) is known color: Snuff. HEX triplet: FF, CA and F7. RGB value is (255,202,247). Sum of RGB (Red+Green+Blue) = 255+202+247=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF7 is #003508. Grayscale: #DEDEDE. Windows color (decimal): -13577 or 16239359. OLE color: 16239359.
HSL color Cylindrical-coordinate representation of color #FFCAF7: hue angle of 309.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAF7 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 247 | - |
| CMYK | 0 | 0.21 | 0.03 | 0 |
| HSL | 309.06º | 1% | 0.9% | - |
| HSV(B) | 309.06º | 0.21% | 1% | - |
| XYZ | 79.15 | 70.22 | 97.38 | - |
| YUV | 222.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 247 | 0 | 0.21 | 0.03 | 0 | 309.06 | 1 | 0.9 |
| Hex | FF | CA | F7 | 0 | 15 | 3 | 0 | 135 | 64 | 5A |
| Octal | 377 | 312 | 367 | 0 | 25 | 3 | 0 | 465 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11110111 | 0 | 10101 | 11 | 0 | 100110101 | 1100100 | 1011010 |
Color Harmonies of #FFCAF7
Complementary color
Monochromatic Colors of #FFCAF7
Black with #FFCAF7
Text Example
Text Example
White with #FFCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAF7; }
p { color: rgb(255,202,247); }
H1.HeaderClassName
{
color: #FFCAF7;
}
.AnyTagClassName
{
color: #FFCAF7;
}
</style>
background-color css
<style>
a { background-color: #FFCAF7; }
a { background-color: rgb(255,202,247); }
div.DivClassName
{
background-color: #FFCAF7;
}
.BgClassName
{
background-color: #FFCAF7;
}
</style>
border-color css
<style>
span { border-color: #FFCAF7; }
span { border-color: rgb(255,202,247); }
td.TdClassName
{
border-color: #FFCAF7;
}
.TagClassName
{
border-color: #FFCAF7;
}
</style>