Shades of Blue Romance #CCFACB
Tints of Blue Romance #CCFACB
RGB
CMYK
RGB Variations
Color information
#CCFACB (or 0xCCFACB) is known color: Blue Romance. HEX triplet: CC, FA and CB. RGB value is (204,250,203). Sum of RGB (Red+Green+Blue) = 204+250+203=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACB is #330534. Grayscale: #E7E7E7. Windows color (decimal): -3343669 or 13368012. OLE color: 13368012.
HSL color Cylindrical-coordinate representation of color #CCFACB: hue angle of 118.72º degrees, saturation: 0.82, 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 #CCFACB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 203 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.02 |
| HSL | 118.72º | 0.82% | 0.89% | - |
| HSV(B) | 118.72º | 0.19% | 0.98% | - |
| XYZ | 69.87 | 85.52 | 69.32 | - |
| YUV | 230.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 203 | 0.18 | 0 | 0.19 | 0.02 | 118.72 | 0.82 | 0.89 |
| Hex | CC | FA | CB | 12 | 0 | 13 | 2 | 77 | 52 | 59 |
| Octal | 314 | 372 | 313 | 22 | 0 | 23 | 2 | 167 | 122 | 131 |
| Binary | 11001100 | 11111010 | 11001011 | 10010 | 0 | 10011 | 10 | 1110111 | 1010010 | 1011001 |
Color Harmonies of #CCFACB
Complementary color
Monochromatic Colors of #CCFACB
Black with #CCFACB
Text Example
Text Example
White with #CCFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFACB; }
p { color: rgb(204,250,203); }
H1.HeaderClassName
{
color: #CCFACB;
}
.AnyTagClassName
{
color: #CCFACB;
}
</style>
background-color css
<style>
a { background-color: #CCFACB; }
a { background-color: rgb(204,250,203); }
div.DivClassName
{
background-color: #CCFACB;
}
.BgClassName
{
background-color: #CCFACB;
}
</style>
border-color css
<style>
span { border-color: #CCFACB; }
span { border-color: rgb(204,250,203); }
td.TdClassName
{
border-color: #CCFACB;
}
.TagClassName
{
border-color: #CCFACB;
}
</style>