#CCFACC

Color #CCFACC Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CCFACC

Tints of Blue Romance #CCFACC

Color information

#CCFACC (or 0xCCFACC) is unknown color: approx 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

RGB204250204-
CMYK0.1800.180.02
HSL120º82.14%89.02%-
HSV(B)120º18.4%98.04%-
XYZ69.9985.5769.95-
YUV231112.76108.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=31.00%
G=37.99%
B=31.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502040.1800.180.0212082.1489.02
HexCCFACC120122785259
Octal314372314220222170122131
Binary1100110011111010110011001001001001010111100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>