Shades of Coral Candy #FFCFC4
Tints of Coral Candy #FFCFC4
RGB
CMYK
RGB Variations
Color information
#FFCFC4 (or 0xFFCFC4) is known color: Coral Candy. HEX triplet: FF, CF and C4. RGB value is (255,207,196). Sum of RGB (Red+Green+Blue) = 255+207+196=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC4 is #00303B. Grayscale: #DCDCDC. Windows color (decimal): -12348 or 12898303. OLE color: 12898303.
HSL color Cylindrical-coordinate representation of color #FFCFC4: hue angle of 11.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFCFC4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 207 | 196 | - |
CMYK | 0 | 0.19 | 0.23 | 0 |
HSL | 11.19º | 1% | 0.88% | - |
HSV(B) | 11.19º | 0.23% | 1% | - |
XYZ | 73.52 | 69.87 | 61.84 | - |
YUV | 220.1 | 114.4 | 152.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 207 | 196 | 0 | 0.19 | 0.23 | 0 | 11.19 | 1 | 0.88 |
Hex | FF | CF | C4 | 0 | 13 | 17 | 0 | B | 64 | 58 |
Octal | 377 | 317 | 304 | 0 | 23 | 27 | 0 | 13 | 144 | 130 |
Binary | 11111111 | 11001111 | 11000100 | 0 | 10011 | 10111 | 0 | 1011 | 1100100 | 1011000 |
Color Harmonies of #FFCFC4
Complementary color
Monochromatic Colors of #FFCFC4
Black with #FFCFC4
Text Example
Text Example
White with #FFCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC4; }
p { color: rgb(255,207,196); }
H1.HeaderClassName
{
color: #FFCFC4;
}
.AnyTagClassName
{
color: #FFCFC4;
}
</style>
background-color css
<style>
a { background-color: #FFCFC4; }
a { background-color: rgb(255,207,196); }
div.DivClassName
{
background-color: #FFCFC4;
}
.BgClassName
{
background-color: #FFCFC4;
}
</style>
border-color css
<style>
span { border-color: #FFCFC4; }
span { border-color: rgb(255,207,196); }
td.TdClassName
{
border-color: #FFCFC4;
}
.TagClassName
{
border-color: #FFCFC4;
}
</style>