#FF96CA

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

Shades of Carnation Pink #FF96CA

Tints of Carnation Pink #FF96CA

Color information

#FF96CA (or 0xFF96CA) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and CA. RGB value is (255,150,202). Sum of RGB (Red+Green+Blue) = 255+150+202=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CA is #006935. Grayscale: #BBBBBB. Windows color (decimal): -26934 or 13276927. OLE color: 13276927.

HSL color Cylindrical-coordinate representation of color #FF96CA: hue angle of 330.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96CA is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255150202-
CMYK00.410.210
HSL330.29º100%79.41%-
HSV(B)330.29º41.18%100%-
XYZ62.8147.3461.7-
YUV187.32136.29176.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=42.01%
G=24.71%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515020200.410.210330.2910079.41
HexFF96CA02915014a644f
Octal377226312051250512144117
Binary111111111001011011001010010100110101010100101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96CA; }

 p { color: rgb(255,150,202); }

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

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

 a { background-color: rgb(255,150,202); }

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

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

 span { border-color: rgb(255,150,202); }

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