#FFA4CD

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

Shades of Carnation Pink #FFA4CD

Tints of Carnation Pink #FFA4CD

Color information

#FFA4CD (or 0xFFA4CD) is unknown color: approx Carnation Pink. HEX triplet: FF, A4 and CD. RGB value is (255,164,205). Sum of RGB (Red+Green+Blue) = 255+164+205=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4CD is #005B32. Grayscale: #C3C3C3. Windows color (decimal): -23347 or 13477119. OLE color: 13477119.

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

Color convert

RGB255164205-
CMYK00.360.200
HSL332.97º100%82.16%-
HSV(B)332.97º35.69%100%-
XYZ65.5352.2264.38-
YUV195.88133.15170.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 164 (64.45% from 255) = 26.28%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=40.87%
G=26.28%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516420500.360.200332.9710082.16
HexFFA4CD02414014d6452
Octal377244315044240515144122
Binary111111111010010011001101010010010100010100110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4CD; }

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

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

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

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

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

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

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

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