#FF95CC

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

Shades of Carnation Pink #FF95CC

Tints of Carnation Pink #FF95CC

Color information

#FF95CC (or 0xFF95CC) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and CC. RGB value is (255,149,204). Sum of RGB (Red+Green+Blue) = 255+149+204=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95CC is #006A33. Grayscale: #BABABA. Windows color (decimal): -27188 or 13407743. OLE color: 13407743.

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

Color convert

RGB255149204-
CMYK00.420.20
HSL328.87º100%79.22%-
HSV(B)328.87º41.57%100%-
XYZ62.8947.1162.91-
YUV186.96137.62176.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=41.94%
G=24.51%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514920400.420.20328.8710079.22
HexFF95CC02A140149644f
Octal377225314052240511144117
Binary111111111001010111001100010101010100010100100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95CC; }

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

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

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

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

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

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

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

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