#FFAACB

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

Shades of Carnation Pink #FFAACB

Tints of Carnation Pink #FFAACB

Color information

#FFAACB (or 0xFFAACB) is unknown color: approx Carnation Pink. HEX triplet: FF, AA and CB. RGB value is (255,170,203). Sum of RGB (Red+Green+Blue) = 255+170+203=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACB is #005534. Grayscale: #C7C7C7. Windows color (decimal): -21813 or 13347583. OLE color: 13347583.

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

Color convert

RGB255170203-
CMYK00.330.200
HSL336.71º100%83.33%-
HSV(B)336.71º33.33%100%-
XYZ66.3954.3263.49-
YUV199.18130.16167.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=40.61%
G=27.07%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517020300.330.200336.7110083.33
HexFFAACB0211401516453
Octal377252313041240521144123
Binary111111111010101011001011010000110100010101000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAACB; }

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

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

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

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

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

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

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

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