#CCFAC9

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

Shades of Blue Romance #CCFAC9

Tints of Blue Romance #CCFAC9

Color information

#CCFAC9 (or 0xCCFAC9) is unknown color: approx Blue Romance. HEX triplet: CC, FA and C9. RGB value is (204,250,201). Sum of RGB (Red+Green+Blue) = 204+250+201=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC9 is #330536. Grayscale: #E6E6E6. Windows color (decimal): -3343671 or 13236940. OLE color: 13236940.

HSL color Cylindrical-coordinate representation of color #CCFAC9: hue angle of 116.33º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFAC9 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB204250201-
CMYK0.1800.200.02
HSL116.33º83.05%88.43%-
HSV(B)116.33º19.6%98.04%-
XYZ69.6385.4368.08-
YUV230.66111.26108.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=31.15%
G=38.17%
B=30.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502010.1800.200.02116.3383.0588.43
HexCCFAC9120142745358
Octal314372311220242164123130
Binary1100110011111010110010011001001010010111010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAC9; }

 p { color: rgb(204,250,201); }

 H1.HeaderClassName
 {
   color: #CCFAC9;
 }
 .AnyTagClassName
 {
   color: #CCFAC9;
 }
</style>
background-color css

<style>
 a { background-color: #CCFAC9; }

 a { background-color: rgb(204,250,201); }

 div.DivClassName
 {
   background-color: #CCFAC9;
 }
 .BgClassName
 {
   background-color: #CCFAC9;
 }
</style>
border-color css

<style>
 span { border-color: #CCFAC9; }

 span { border-color: rgb(204,250,201); }

 td.TdClassName
 {
   border-color: #CCFAC9;
 }
 .TagClassName
 {
   border-color: #CCFAC9;
 }
</style>