#FA9FCB

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

Shades of Carnation Pink #FA9FCB

Tints of Carnation Pink #FA9FCB

Color information

#FA9FCB (or 0xFA9FCB) is unknown color: approx Carnation Pink. HEX triplet: FA, 9F and CB. RGB value is (250,159,203). Sum of RGB (Red+Green+Blue) = 250+159+203=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FCB is #056034. Grayscale: #BFBFBF. Windows color (decimal): -352309 or 13344762. OLE color: 13344762.

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

Color convert

RGB250159203-
CMYK00.360.190.02
HSL330.99º90.1%80.2%-
HSV(B)330.99º36.4%98.04%-
XYZ62.649.4362.74-
YUV191.22134.65169.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=40.85%
G=25.98%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015920300.360.190.02330.9990.180.2
HexFA9FCB02413214b5a50
Octal372237313044232513132120
Binary1111101010011111110010110100100100111010100101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FCB; }

 p { color: rgb(250,159,203); }

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

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

 a { background-color: rgb(250,159,203); }

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

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

 span { border-color: rgb(250,159,203); }

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