#FFACC5

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

Shades of Carnation Pink #FFACC5

Tints of Carnation Pink #FFACC5

Color information

#FFACC5 (or 0xFFACC5) is unknown color: approx Carnation Pink. HEX triplet: FF, AC and C5. RGB value is (255,172,197). Sum of RGB (Red+Green+Blue) = 255+172+197=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC5 is #00533A. Grayscale: #C7C7C7. Windows color (decimal): -21307 or 12954879. OLE color: 12954879.

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

Color convert

RGB255172197-
CMYK00.330.230
HSL341.93º100%83.73%-
HSV(B)341.93º32.55%100%-
XYZ66.0754.859.92-
YUV199.67126.5167.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=40.87%
G=27.56%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517219700.330.230341.9310083.73
HexFFACC50211701566454
Octal377254305041270526144124
Binary111111111010110011000101010000110111010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACC5; }

 p { color: rgb(255,172,197); }

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

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

 a { background-color: rgb(255,172,197); }

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

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

 span { border-color: rgb(255,172,197); }

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