#FD96BE

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

Shades of Carnation Pink #FD96BE

Tints of Carnation Pink #FD96BE

Color information

#FD96BE (or 0xFD96BE) is unknown color: approx Carnation Pink. HEX triplet: FD, 96 and BE. RGB value is (253,150,190). Sum of RGB (Red+Green+Blue) = 253+150+190=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96BE is #026941. Grayscale: #B9B9B9. Windows color (decimal): -158018 or 12490493. OLE color: 12490493.

HSL color Cylindrical-coordinate representation of color #FD96BE: hue angle of 336.7º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD96BE is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253150190-
CMYK00.410.250.01
HSL336.7º96.26%79.02%-
HSV(B)336.7º40.71%99.22%-
XYZ60.7146.4154.47-
YUV185.36130.62176.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=42.66%
G=25.30%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315019000.410.250.01336.796.2679.02
HexFD96BE029191151604f
Octal375226276051311521140117
Binary111111011001011010111110010100111001110101000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD96BE; }

 p { color: rgb(253,150,190); }

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

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

 a { background-color: rgb(253,150,190); }

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

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

 span { border-color: rgb(253,150,190); }

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