#FFCCC4

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

Shades of Your Pink #FFCCC4

Tints of Your Pink #FFCCC4

Color information

#FFCCC4 (or 0xFFCCC4) is unknown color: approx Your Pink. HEX triplet: FF, CC and C4. RGB value is (255,204,196). Sum of RGB (Red+Green+Blue) = 255+204+196=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC4 is #00333B. Grayscale: #DADADA. Windows color (decimal): -13116 or 12897535. OLE color: 12897535.

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

Color convert

RGB255204196-
CMYK00.20.230
HSL8.14º100%88.43%-
HSV(B)8.14º23.14%100%-
XYZ72.868.4361.6-
YUV218.34115.4154.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 196 (76.95% from 255) = 29.92%
R=38.93%
G=31.15%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520419600.20.2308.1410088.43
HexFFCCC401417086458
Octal37731430402427010144130
Binary111111111100110011000100010100101110100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCC4; }

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

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

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

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

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

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

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

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