#FF95CB

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

Shades of Carnation Pink #FF95CB

Tints of Carnation Pink #FF95CB

Color information

#FF95CB (or 0xFF95CB) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and CB. RGB value is (255,149,203). Sum of RGB (Red+Green+Blue) = 255+149+203=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95CB is #006A34. Grayscale: #BABABA. Windows color (decimal): -27189 or 13342207. OLE color: 13342207.

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

Color convert

RGB255149203-
CMYK00.420.200
HSL329.43º100%79.22%-
HSV(B)329.43º41.57%100%-
XYZ62.7747.0762.28-
YUV186.85137.12176.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=42.01%
G=24.55%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514920300.420.200329.4310079.22
HexFF95CB02A140149644f
Octal377225313052240511144117
Binary111111111001010111001011010101010100010100100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95CB; }

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

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

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

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

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

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

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

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