#FFA0CB

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

Shades of Carnation Pink #FFA0CB

Tints of Carnation Pink #FFA0CB

Color information

#FFA0CB (or 0xFFA0CB) is unknown color: approx Carnation Pink. HEX triplet: FF, A0 and CB. RGB value is (255,160,203). Sum of RGB (Red+Green+Blue) = 255+160+203=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CB is #005F34. Grayscale: #C1C1C1. Windows color (decimal): -24373 or 13345023. OLE color: 13345023.

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

Color convert

RGB255160203-
CMYK00.370.200
HSL332.84º100%81.37%-
HSV(B)332.84º37.25%100%-
XYZ64.5950.7162.88-
YUV193.31133.47172-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 160 (62.89% from 255) = 25.89%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=41.26%
G=25.89%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516020300.370.200332.8410081.37
HexFFA0CB02514014d6451
Octal377240313045240515144121
Binary111111111010000011001011010010110100010100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0CB; }

 p { color: rgb(255,160,203); }

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

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

 a { background-color: rgb(255,160,203); }

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

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

 span { border-color: rgb(255,160,203); }

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