#FFACCA

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

Shades of Carnation Pink #FFACCA

Tints of Carnation Pink #FFACCA

Color information

#FFACCA (or 0xFFACCA) is unknown color: approx Carnation Pink. HEX triplet: FF, AC and CA. RGB value is (255,172,202). Sum of RGB (Red+Green+Blue) = 255+172+202=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCA is #005335. Grayscale: #C8C8C8. Windows color (decimal): -21302 or 13282559. OLE color: 13282559.

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

Color convert

RGB255172202-
CMYK00.330.210
HSL338.31º100%83.73%-
HSV(B)338.31º32.55%100%-
XYZ66.6555.0362.99-
YUV200.24129167.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=40.54%
G=27.34%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220200.330.210338.3110083.73
HexFFACCA0211501526454
Octal377254312041250522144124
Binary111111111010110011001010010000110101010101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACCA; }

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

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

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

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

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

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

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

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