#FF95D2

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

Shades of Carnation Pink #FF95D2

Tints of Carnation Pink #FF95D2

Color information

#FF95D2 (or 0xFF95D2) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and D2. RGB value is (255,149,210). Sum of RGB (Red+Green+Blue) = 255+149+210=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95D2 is #006A2D. Grayscale: #BBBBBB. Windows color (decimal): -27182 or 13800959. OLE color: 13800959.

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

Color convert

RGB255149210-
CMYK00.420.180
HSL325.47º100%79.22%-
HSV(B)325.47º41.57%100%-
XYZ63.6247.4166.77-
YUV187.65140.62176.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 149 (58.59% from 255) = 24.27%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=41.53%
G=24.27%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514921000.420.180325.4710079.22
HexFF95D202A120145644f
Octal377225322052220505144117
Binary111111111001010111010010010101010010010100010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95D2; }

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

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

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

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

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

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

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

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