#FFA6CB

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

Shades of Carnation Pink #FFA6CB

Tints of Carnation Pink #FFA6CB

Color information

#FFA6CB (or 0xFFA6CB) is unknown color: approx Carnation Pink. HEX triplet: FF, A6 and CB. RGB value is (255,166,203). Sum of RGB (Red+Green+Blue) = 255+166+203=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6CB is #005934. Grayscale: #C4C4C4. Windows color (decimal): -22837 or 13346559. OLE color: 13346559.

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

Color convert

RGB255166203-
CMYK00.350.200
HSL335.06º100%82.55%-
HSV(B)335.06º34.9%100%-
XYZ65.6652.8463.24-
YUV196.83131.49169.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 166 (65.23% from 255) = 26.60%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=40.87%
G=26.60%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516620300.350.200335.0610082.55
HexFFA6CB02314014f6453
Octal377246313043240517144123
Binary111111111010011011001011010001110100010100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6CB; }

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

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

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

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

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

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

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

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