#FFCCC1

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

Shades of Your Pink #FFCCC1

Tints of Your Pink #FFCCC1

Color information

#FFCCC1 (or 0xFFCCC1) is unknown color: approx Your Pink. HEX triplet: FF, CC and C1. RGB value is (255,204,193). Sum of RGB (Red+Green+Blue) = 255+204+193=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC1 is #00333E. Grayscale: #DADADA. Windows color (decimal): -13119 or 12700927. OLE color: 12700927.

HSL color Cylindrical-coordinate representation of color #FFCCC1: hue angle of 10.65º 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 #FFCCC1 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255204193-
CMYK00.20.240
HSL10.65º100%87.84%-
HSV(B)10.65º24.31%100%-
XYZ72.4668.359.82-
YUV218113.9154.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 193 (75.78% from 255) = 29.60%
R=39.11%
G=31.29%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520419300.20.24010.6510087.84
HexFFCCC1014180b6458
Octal37731430102430013144130
Binary111111111100110011000001010100110000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCC1; }

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

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

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

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

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

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

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

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