#FA9CCB

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

Shades of Carnation Pink #FA9CCB

Tints of Carnation Pink #FA9CCB

Color information

#FA9CCB (or 0xFA9CCB) is unknown color: approx Carnation Pink. HEX triplet: FA, 9C and CB. RGB value is (250,156,203). Sum of RGB (Red+Green+Blue) = 250+156+203=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CCB is #056334. Grayscale: #BDBDBD. Windows color (decimal): -353077 or 13343994. OLE color: 13343994.

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

Color convert

RGB250156203-
CMYK00.380.190.02
HSL330º90.38%79.61%-
HSV(B)330º37.6%98.04%-
XYZ62.0948.4162.57-
YUV189.46135.64171.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 156 (61.33% from 255) = 25.62%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=41.05%
G=25.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015620300.380.190.0233090.3879.61
HexFA9CCB02613214a5a50
Octal372234313046232512132120
Binary1111101010011100110010110100110100111010100101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CCB; }

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

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

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

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

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

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

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

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