Shades of Blue Romance #CCFAC8
Tints of Blue Romance #CCFAC8
RGB
CMYK
RGB Variations
Color information
#CCFAC8 (or 0xCCFAC8) is known color: Blue Romance. HEX triplet: CC, FA and C8. RGB value is (204,250,200). Sum of RGB (Red+Green+Blue) = 204+250+200=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC8 is #330537. Grayscale: #E6E6E6. Windows color (decimal): -3343672 or 13171404. OLE color: 13171404.
HSL color Cylindrical-coordinate representation of color #CCFAC8: hue angle of 115.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 200 | - |
| CMYK | 0.18 | 0 | 0.2 | 0.02 |
| HSL | 115.2º | 0.83% | 0.88% | - |
| HSV(B) | 115.2º | 0.2% | 0.98% | - |
| XYZ | 69.51 | 85.38 | 67.46 | - |
| YUV | 230.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 200 | 0.18 | 0 | 0.2 | 0.02 | 115.2 | 0.83 | 0.88 |
| Hex | CC | FA | C8 | 12 | 0 | 14 | 2 | 73 | 53 | 58 |
| Octal | 314 | 372 | 310 | 22 | 0 | 24 | 2 | 163 | 123 | 130 |
| Binary | 11001100 | 11111010 | 11001000 | 10010 | 0 | 10100 | 10 | 1110011 | 1010011 | 1011000 |
Color Harmonies of #CCFAC8
Complementary color
Monochromatic Colors of #CCFAC8
Black with #CCFAC8
Text Example
Text Example
White with #CCFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAC8; }
p { color: rgb(204,250,200); }
H1.HeaderClassName
{
color: #CCFAC8;
}
.AnyTagClassName
{
color: #CCFAC8;
}
</style>
background-color css
<style>
a { background-color: #CCFAC8; }
a { background-color: rgb(204,250,200); }
div.DivClassName
{
background-color: #CCFAC8;
}
.BgClassName
{
background-color: #CCFAC8;
}
</style>
border-color css
<style>
span { border-color: #CCFAC8; }
span { border-color: rgb(204,250,200); }
td.TdClassName
{
border-color: #CCFAC8;
}
.TagClassName
{
border-color: #CCFAC8;
}
</style>