#FAA7C4

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

Shades of Carnation Pink #FAA7C4

Tints of Carnation Pink #FAA7C4

Color information

#FAA7C4 (or 0xFAA7C4) is unknown color: approx Carnation Pink. HEX triplet: FA, A7 and C4. RGB value is (250,167,196). Sum of RGB (Red+Green+Blue) = 250+167+196=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7C4 is #05583B. Grayscale: #C3C3C3. Windows color (decimal): -350268 or 12888058. OLE color: 12888058.

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

Color convert

RGB250167196-
CMYK00.330.220.02
HSL339.04º89.25%81.76%-
HSV(B)339.04º33.2%98.04%-
XYZ63.2151.9558.92-
YUV195.12128.5167.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 167 (65.62% from 255) = 27.24%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=40.78%
G=27.24%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016719600.330.220.02339.0489.2581.76
HexFAA7C40211621535952
Octal372247304041262523131122
Binary1111101010100111110001000100001101101010101001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7C4; }

 p { color: rgb(250,167,196); }

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

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

 a { background-color: rgb(250,167,196); }

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

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

 span { border-color: rgb(250,167,196); }

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