#FF95BE

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

Shades of Carnation Pink #FF95BE

Tints of Carnation Pink #FF95BE

Color information

#FF95BE (or 0xFF95BE) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and BE. RGB value is (255,149,190). Sum of RGB (Red+Green+Blue) = 255+149+190=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95BE is #006A41. Grayscale: #B9B9B9. Windows color (decimal): -27202 or 12490239. OLE color: 12490239.

HSL color Cylindrical-coordinate representation of color #FF95BE: hue angle of 336.79º 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 #FF95BE is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255149190-
CMYK00.420.250
HSL336.79º100%79.22%-
HSV(B)336.79º41.57%100%-
XYZ61.2846.4754.46-
YUV185.37130.62177.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=42.93%
G=25.08%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514919000.420.250336.7910079.22
HexFF95BE02A190151644f
Octal377225276052310521144117
Binary111111111001010110111110010101011001010101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95BE; }

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

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

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

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

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

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

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

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