#CCFACB

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

Shades of Blue Romance #CCFACB

Tints of Blue Romance #CCFACB

Color information

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

RGB204250203-
CMYK0.1800.190.02
HSL118.72º82.46%88.82%-
HSV(B)118.72º18.8%98.04%-
XYZ69.8785.5269.32-
YUV230.89112.26108.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=31.05%
G=38.05%
B=30.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502030.1800.190.02118.7282.4688.82
HexCCFACB120132775259
Octal314372313220232167122131
Binary1100110011111010110010111001001001110111011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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