Shades of Snuff #FFCAF4
Tints of Snuff #FFCAF4
RGB
CMYK
RGB Variations
Color information
#FFCAF4 (or 0xFFCAF4) is known color: Snuff. HEX triplet: FF, CA and F4. RGB value is (255,202,244). Sum of RGB (Red+Green+Blue) = 255+202+244=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF4 is #00350B. Grayscale: #DEDEDE. Windows color (decimal): -13580 or 16042751. OLE color: 16042751.
HSL color Cylindrical-coordinate representation of color #FFCAF4: hue angle of 312.45º 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 #FFCAF4 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 244 | - |
CMYK | 0 | 0.21 | 0.04 | 0 |
HSL | 312.45º | 1% | 0.9% | - |
HSV(B) | 312.45º | 0.21% | 1% | - |
XYZ | 78.69 | 70.03 | 94.96 | - |
YUV | 222.64 | 140.06 | 151.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 244 | 0 | 0.21 | 0.04 | 0 | 312.45 | 1 | 0.9 |
Hex | FF | CA | F4 | 0 | 15 | 4 | 0 | 138 | 64 | 5A |
Octal | 377 | 312 | 364 | 0 | 25 | 4 | 0 | 470 | 144 | 132 |
Binary | 11111111 | 11001010 | 11110100 | 0 | 10101 | 100 | 0 | 100111000 | 1100100 | 1011010 |
Color Harmonies of #FFCAF4
Complementary color
Monochromatic Colors of #FFCAF4
Black with #FFCAF4
Text Example
Text Example
White with #FFCAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAF4; }
p { color: rgb(255,202,244); }
H1.HeaderClassName
{
color: #FFCAF4;
}
.AnyTagClassName
{
color: #FFCAF4;
}
</style>
background-color css
<style>
a { background-color: #FFCAF4; }
a { background-color: rgb(255,202,244); }
div.DivClassName
{
background-color: #FFCAF4;
}
.BgClassName
{
background-color: #FFCAF4;
}
</style>
border-color css
<style>
span { border-color: #FFCAF4; }
span { border-color: rgb(255,202,244); }
td.TdClassName
{
border-color: #FFCAF4;
}
.TagClassName
{
border-color: #FFCAF4;
}
</style>