#FA9ECA

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

Shades of Carnation Pink #FA9ECA

Tints of Carnation Pink #FA9ECA

Color information

#FA9ECA (or 0xFA9ECA) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and CA. RGB value is (250,158,202). Sum of RGB (Red+Green+Blue) = 250+158+202=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ECA is #056135. Grayscale: #BEBEBE. Windows color (decimal): -352566 or 13278970. OLE color: 13278970.

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

Color convert

RGB250158202-
CMYK00.370.190.02
HSL331.3º90.2%80%-
HSV(B)331.3º36.8%98.04%-
XYZ62.3149.0462.06-
YUV190.52134.48170.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=40.98%
G=25.90%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015820200.370.190.02331.390.280
HexFA9ECA02513214b5a50
Octal372236312045232513132120
Binary1111101010011110110010100100101100111010100101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9ECA; }

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

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

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

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

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

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

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

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