Shades of Blue Romance #CCFACA
Tints of Blue Romance #CCFACA
RGB
CMYK
RGB Variations
Color information
#CCFACA (or 0xCCFACA) is known color: Blue Romance. HEX triplet: CC, FA and CA. RGB value is (204,250,202). Sum of RGB (Red+Green+Blue) = 204+250+202=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACA is #330535. Grayscale: #E6E6E6. Windows color (decimal): -3343670 or 13302476. OLE color: 13302476.
HSL color Cylindrical-coordinate representation of color #CCFACA: hue angle of 117.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFACA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 250 | 202 | - |
CMYK | 0.18 | 0 | 0.19 | 0.02 |
HSL | 117.5º | 0.83% | 0.89% | - |
HSV(B) | 117.5º | 0.19% | 0.98% | - |
XYZ | 69.75 | 85.47 | 68.7 | - |
YUV | 230.77 | 111.76 | 108.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 250 | 202 | 0.18 | 0 | 0.19 | 0.02 | 117.5 | 0.83 | 0.89 |
Hex | CC | FA | CA | 12 | 0 | 13 | 2 | 76 | 53 | 59 |
Octal | 314 | 372 | 312 | 22 | 0 | 23 | 2 | 166 | 123 | 131 |
Binary | 11001100 | 11111010 | 11001010 | 10010 | 0 | 10011 | 10 | 1110110 | 1010011 | 1011001 |
Color Harmonies of #CCFACA
Complementary color
Monochromatic Colors of #CCFACA
Black with #CCFACA
Text Example
Text Example
White with #CCFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFACA; }
p { color: rgb(204,250,202); }
H1.HeaderClassName
{
color: #CCFACA;
}
.AnyTagClassName
{
color: #CCFACA;
}
</style>
background-color css
<style>
a { background-color: #CCFACA; }
a { background-color: rgb(204,250,202); }
div.DivClassName
{
background-color: #CCFACA;
}
.BgClassName
{
background-color: #CCFACA;
}
</style>
border-color css
<style>
span { border-color: #CCFACA; }
span { border-color: rgb(204,250,202); }
td.TdClassName
{
border-color: #CCFACA;
}
.TagClassName
{
border-color: #CCFACA;
}
</style>