#FE9BD1

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

Shades of Carnation Pink #FE9BD1

Tints of Carnation Pink #FE9BD1

Color information

#FE9BD1 (or 0xFE9BD1) is unknown color: approx Carnation Pink. HEX triplet: FE, 9B and D1. RGB value is (254,155,209). Sum of RGB (Red+Green+Blue) = 254+155+209=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BD1 is #01642E. Grayscale: #BEBEBE. Windows color (decimal): -91183 or 13736958. OLE color: 13736958.

HSL color Cylindrical-coordinate representation of color #FE9BD1: hue angle of 327.27º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BD1 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254155209-
CMYK00.390.180.00
HSL327.27º98.02%80.2%-
HSV(B)327.27º38.98%99.61%-
XYZ64.149.1266.42-
YUV190.76138.3173.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=41.10%
G=25.08%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415520900.390.180.00327.2798.0280.2
HexFE9BD10271201476250
Octal376233321047220507142120
Binary111111101001101111010001010011110010010100011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BD1; }

 p { color: rgb(254,155,209); }

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

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

 a { background-color: rgb(254,155,209); }

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

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

 span { border-color: rgb(254,155,209); }

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