#FD7E89

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

Shades of Carissma #FD7E89

Tints of Carissma #FD7E89

Color information

#FD7E89 (or 0xFD7E89) is unknown color: approx Carissma. HEX triplet: FD, 7E and 89. RGB value is (253,126,137). Sum of RGB (Red+Green+Blue) = 253+126+137=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E89 is #028176. Grayscale: #A5A5A5. Windows color (decimal): -164215 or 9010941. OLE color: 9010941.

HSL color Cylindrical-coordinate representation of color #FD7E89: hue angle of 354.8º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7E89 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB253126137-
CMYK00.500.460.01
HSL354.8º96.95%74.31%-
HSV(B)354.8º50.2%99.22%-
XYZ52.4837.6128.16-
YUV165.23112.08190.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 137 (53.91% from 255) = 26.55%
R=49.03%
G=24.42%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312613700.500.460.01354.896.9574.31
HexFD7E890322E1163614a
Octal375176211062561543141112
Binary111111011111110100010010110010101110110110001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7E89; }

 p { color: rgb(253,126,137); }

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

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

 a { background-color: rgb(253,126,137); }

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

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

 span { border-color: rgb(253,126,137); }

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