#FAA0CF

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

Shades of Carnation Pink #FAA0CF

Tints of Carnation Pink #FAA0CF

Color information

#FAA0CF (or 0xFAA0CF) is unknown color: approx Carnation Pink. HEX triplet: FA, A0 and CF. RGB value is (250,160,207). Sum of RGB (Red+Green+Blue) = 250+160+207=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0CF is #055F30. Grayscale: #C0C0C0. Windows color (decimal): -352049 or 13607162. OLE color: 13607162.

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

Color convert

RGB250160207-
CMYK00.360.170.02
HSL328.67º90%80.39%-
HSV(B)328.67º36%98.04%-
XYZ63.2649.9765.34-
YUV192.27136.32169.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 160 (62.89% from 255) = 25.93%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=40.52%
G=25.93%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016020700.360.170.02328.679080.39
HexFAA0CF0241121495a50
Octal372240317044212511132120
Binary1111101010100000110011110100100100011010100100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0CF; }

 p { color: rgb(250,160,207); }

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

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

 a { background-color: rgb(250,160,207); }

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

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

 span { border-color: rgb(250,160,207); }

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