#FAA6CB

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

Shades of Carnation Pink #FAA6CB

Tints of Carnation Pink #FAA6CB

Color information

#FAA6CB (or 0xFAA6CB) is unknown color: approx Carnation Pink. HEX triplet: FA, A6 and CB. RGB value is (250,166,203). Sum of RGB (Red+Green+Blue) = 250+166+203=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6CB is #055934. Grayscale: #C3C3C3. Windows color (decimal): -350517 or 13346554. OLE color: 13346554.

HSL color Cylindrical-coordinate representation of color #FAA6CB: hue angle of 333.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6CB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250166203-
CMYK00.340.190.02
HSL333.57º89.36%81.57%-
HSV(B)333.57º33.6%98.04%-
XYZ63.8451.9163.15-
YUV195.33132.33166.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 166 (65.23% from 255) = 26.82%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=40.39%
G=26.82%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016620300.340.190.02333.5789.3681.57
HexFAA6CB02213214e5952
Octal372246313042232516131122
Binary1111101010100110110010110100010100111010100111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6CB; }

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

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

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

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

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

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

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

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