#FA9ECE

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

Shades of Carnation Pink #FA9ECE

Tints of Carnation Pink #FA9ECE

Color information

#FA9ECE (or 0xFA9ECE) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and CE. RGB value is (250,158,206). Sum of RGB (Red+Green+Blue) = 250+158+206=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ECE is #056131. Grayscale: #BEBEBE. Windows color (decimal): -352562 or 13541114. OLE color: 13541114.

HSL color Cylindrical-coordinate representation of color #FA9ECE: hue angle of 328.7º 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 #FA9ECE is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250158206-
CMYK00.370.180.02
HSL328.7º90.2%80%-
HSV(B)328.7º36.8%98.04%-
XYZ62.7949.2364.59-
YUV190.98136.48170.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=40.72%
G=25.73%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015820600.370.180.02328.790.280
HexFA9ECE0251221495a50
Octal372236316045222511132120
Binary1111101010011110110011100100101100101010100100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9ECE; }

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

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

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

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

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

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

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

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