#FD7C88

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

Shades of Carissma #FD7C88

Tints of Carissma #FD7C88

Color information

#FD7C88 (or 0xFD7C88) is unknown color: approx Carissma. HEX triplet: FD, 7C and 88. RGB value is (253,124,136). Sum of RGB (Red+Green+Blue) = 253+124+136=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C88 is #028377. Grayscale: #A4A4A4. Windows color (decimal): -164728 or 8944893. OLE color: 8944893.

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

Color convert

RGB253124136-
CMYK00.510.460.01
HSL354.42º96.99%73.92%-
HSV(B)354.42º50.99%99.22%-
XYZ52.1637.0827.7-
YUV163.94112.24191.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=49.32%
G=24.17%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312413600.510.460.01354.4296.9973.92
HexFD7C880332E1162614a
Octal375174210063561542141112
Binary111111011111100100010000110011101110110110001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C88; }

 p { color: rgb(253,124,136); }

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

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

 a { background-color: rgb(253,124,136); }

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

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

 span { border-color: rgb(253,124,136); }

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