#FA9DCB

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

Shades of Carnation Pink #FA9DCB

Tints of Carnation Pink #FA9DCB

Color information

#FA9DCB (or 0xFA9DCB) is unknown color: approx Carnation Pink. HEX triplet: FA, 9D and CB. RGB value is (250,157,203). Sum of RGB (Red+Green+Blue) = 250+157+203=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DCB is #056234. Grayscale: #BDBDBD. Windows color (decimal): -352821 or 13344250. OLE color: 13344250.

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

Color convert

RGB250157203-
CMYK00.370.190.02
HSL330.32º90.29%79.8%-
HSV(B)330.32º37.2%98.04%-
XYZ62.2648.7562.63-
YUV190.05135.31170.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=40.98%
G=25.74%
B=33.28%

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
Decimal25015720300.370.190.02330.3290.2979.8
HexFA9DCB02513214a5a50
Octal372235313045232512132120
Binary1111101010011101110010110100101100111010100101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DCB; }

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

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

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

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

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

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

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

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