#FAA3CA

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

Shades of Carnation Pink #FAA3CA

Tints of Carnation Pink #FAA3CA

Color information

#FAA3CA (or 0xFAA3CA) is unknown color: approx Carnation Pink. HEX triplet: FA, A3 and CA. RGB value is (250,163,202). Sum of RGB (Red+Green+Blue) = 250+163+202=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3CA is #055C35. Grayscale: #C1C1C1. Windows color (decimal): -351286 or 13280250. OLE color: 13280250.

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

Color convert

RGB250163202-
CMYK00.350.190.02
HSL333.1º89.69%80.98%-
HSV(B)333.1º34.8%98.04%-
XYZ63.1850.7862.35-
YUV193.46132.82168.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 163 (64.06% from 255) = 26.50%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=40.65%
G=26.50%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016320200.350.190.02333.189.6980.98
HexFAA3CA02313214d5a51
Octal372243312043232515132121
Binary1111101010100011110010100100011100111010100110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA3CA; }

 p { color: rgb(250,163,202); }

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

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

 a { background-color: rgb(250,163,202); }

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

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

 span { border-color: rgb(250,163,202); }

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