#FF95BF

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

Shades of Carnation Pink #FF95BF

Tints of Carnation Pink #FF95BF

Color information

#FF95BF (or 0xFF95BF) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and BF. RGB value is (255,149,191). Sum of RGB (Red+Green+Blue) = 255+149+191=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95BF is #006A40. Grayscale: #B9B9B9. Windows color (decimal): -27201 or 12555775. OLE color: 12555775.

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

Color convert

RGB255149191-
CMYK00.420.250
HSL336.23º100%79.22%-
HSV(B)336.23º41.57%100%-
XYZ61.3946.5255.03-
YUV185.48131.12177.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 191 (75% from 255) = 32.10%
R=42.86%
G=25.04%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514919100.420.250336.2310079.22
HexFF95BF02A190150644f
Octal377225277052310520144117
Binary111111111001010110111111010101011001010101000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95BF; }

 p { color: rgb(255,149,191); }

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

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

 a { background-color: rgb(255,149,191); }

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

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

 span { border-color: rgb(255,149,191); }

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