#FF95C9

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

Shades of Carnation Pink #FF95C9

Tints of Carnation Pink #FF95C9

Color information

#FF95C9 (or 0xFF95C9) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and C9. RGB value is (255,149,201). Sum of RGB (Red+Green+Blue) = 255+149+201=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95C9 is #006A36. Grayscale: #BABABA. Windows color (decimal): -27191 or 13211135. OLE color: 13211135.

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

Color convert

RGB255149201-
CMYK00.420.210
HSL330.57º100%79.22%-
HSV(B)330.57º41.57%100%-
XYZ62.5346.9761.03-
YUV186.62136.12176.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=42.15%
G=24.63%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514920100.420.210330.5710079.22
HexFF95C902A15014b644f
Octal377225311052250513144117
Binary111111111001010111001001010101010101010100101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95C9; }

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

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

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

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

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

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

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

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