#FFCCC2

Color #FFCCC2 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FFCCC2

Tints of Your Pink #FFCCC2

Color information

#FFCCC2 (or 0xFFCCC2) is unknown color: approx Your Pink. HEX triplet: FF, CC and C2. RGB value is (255,204,194). Sum of RGB (Red+Green+Blue) = 255+204+194=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC2 is #00333D. Grayscale: #DADADA. Windows color (decimal): -13118 or 12766463. OLE color: 12766463.

HSL color Cylindrical-coordinate representation of color #FFCCC2: hue angle of 9.84º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFCCC2 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255204194-
CMYK00.20.240
HSL9.84º100%88.04%-
HSV(B)9.84º23.92%100%-
XYZ72.5768.3460.41-
YUV218.11114.4154.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 194 (76.17% from 255) = 29.71%
R=39.05%
G=31.24%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520419400.20.2409.8410088.04
HexFFCCC2014180a6458
Octal37731430202430012144130
Binary111111111100110011000010010100110000101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCC2; }

 p { color: rgb(255,204,194); }

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

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

 a { background-color: rgb(255,204,194); }

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

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

 span { border-color: rgb(255,204,194); }

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