Shades of Blue Romance #CCFACC
Tints of Blue Romance #CCFACC
RGB
CMYK
RGB Variations
Color information
#CCFACC (or 0xCCFACC) is known color: Blue Romance. HEX triplet: CC, FA and CC. RGB value is (204,250,204). Sum of RGB (Red+Green+Blue) = 204+250+204=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACC is #330533. Grayscale: #E7E7E7. Windows color (decimal): -3343668 or 13433548. OLE color: 13433548.
HSL color Cylindrical-coordinate representation of color #CCFACC: hue angle of 120º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFACC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 250 | 204 | - |
CMYK | 0.18 | 0 | 0.18 | 0.02 |
HSL | 120º | 0.82% | 0.89% | - |
HSV(B) | 120º | 0.18% | 0.98% | - |
XYZ | 69.99 | 85.57 | 69.95 | - |
YUV | 231 | 112.76 | 108.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 250 | 204 | 0.18 | 0 | 0.18 | 0.02 | 120 | 0.82 | 0.89 |
Hex | CC | FA | CC | 12 | 0 | 12 | 2 | 78 | 52 | 59 |
Octal | 314 | 372 | 314 | 22 | 0 | 22 | 2 | 170 | 122 | 131 |
Binary | 11001100 | 11111010 | 11001100 | 10010 | 0 | 10010 | 10 | 1111000 | 1010010 | 1011001 |
Color Harmonies of #CCFACC
Complementary color
Monochromatic Colors of #CCFACC
Black with #CCFACC
Text Example
Text Example
White with #CCFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFACC; }
p { color: rgb(204,250,204); }
H1.HeaderClassName
{
color: #CCFACC;
}
.AnyTagClassName
{
color: #CCFACC;
}
</style>
background-color css
<style>
a { background-color: #CCFACC; }
a { background-color: rgb(204,250,204); }
div.DivClassName
{
background-color: #CCFACC;
}
.BgClassName
{
background-color: #CCFACC;
}
</style>
border-color css
<style>
span { border-color: #CCFACC; }
span { border-color: rgb(204,250,204); }
td.TdClassName
{
border-color: #CCFACC;
}
.TagClassName
{
border-color: #CCFACC;
}
</style>