Shades of Snuff #FFCAF5
Tints of Snuff #FFCAF5
RGB
CMYK
RGB Variations
Color information
#FFCAF5 (or 0xFFCAF5) is known color: Snuff. HEX triplet: FF, CA and F5. RGB value is (255,202,245). Sum of RGB (Red+Green+Blue) = 255+202+245=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF5 is #00350A. Grayscale: #DEDEDE. Windows color (decimal): -13579 or 16108287. OLE color: 16108287.
HSL color Cylindrical-coordinate representation of color #FFCAF5: hue angle of 311.32º 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 #FFCAF5 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 245 | - |
| CMYK | 0 | 0.21 | 0.04 | 0 |
| HSL | 311.32º | 1% | 0.9% | - |
| HSV(B) | 311.32º | 0.21% | 1% | - |
| XYZ | 78.84 | 70.09 | 95.76 | - |
| YUV | 222.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 245 | 0 | 0.21 | 0.04 | 0 | 311.32 | 1 | 0.9 |
| Hex | FF | CA | F5 | 0 | 15 | 4 | 0 | 137 | 64 | 5A |
| Octal | 377 | 312 | 365 | 0 | 25 | 4 | 0 | 467 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11110101 | 0 | 10101 | 100 | 0 | 100110111 | 1100100 | 1011010 |
Color Harmonies of #FFCAF5
Complementary color
Monochromatic Colors of #FFCAF5
Black with #FFCAF5
Text Example
Text Example
White with #FFCAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAF5; }
p { color: rgb(255,202,245); }
H1.HeaderClassName
{
color: #FFCAF5;
}
.AnyTagClassName
{
color: #FFCAF5;
}
</style>
background-color css
<style>
a { background-color: #FFCAF5; }
a { background-color: rgb(255,202,245); }
div.DivClassName
{
background-color: #FFCAF5;
}
.BgClassName
{
background-color: #FFCAF5;
}
</style>
border-color css
<style>
span { border-color: #FFCAF5; }
span { border-color: rgb(255,202,245); }
td.TdClassName
{
border-color: #FFCAF5;
}
.TagClassName
{
border-color: #FFCAF5;
}
</style>