#FFACCD

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

Shades of Carnation Pink #FFACCD

Tints of Carnation Pink #FFACCD

Color information

#FFACCD (or 0xFFACCD) is unknown color: approx Carnation Pink. HEX triplet: FF, AC and CD. RGB value is (255,172,205). Sum of RGB (Red+Green+Blue) = 255+172+205=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCD is #005332. Grayscale: #C8C8C8. Windows color (decimal): -21299 or 13479167. OLE color: 13479167.

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

Color convert

RGB255172205-
CMYK00.330.200
HSL336.14º100%83.73%-
HSV(B)336.14º32.55%100%-
XYZ67.0155.1764.88-
YUV200.58130.5166.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=40.35%
G=27.22%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220500.330.200336.1410083.73
HexFFACCD0211401506454
Octal377254315041240520144124
Binary111111111010110011001101010000110100010101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACCD; }

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

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

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

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

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

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

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

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