#FD7E8A

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

Shades of Carissma #FD7E8A

Tints of Carissma #FD7E8A

Color information

#FD7E8A (or 0xFD7E8A) is unknown color: approx Carissma. HEX triplet: FD, 7E and 8A. RGB value is (253,126,138). Sum of RGB (Red+Green+Blue) = 253+126+138=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E8A is #028175. Grayscale: #A5A5A5. Windows color (decimal): -164214 or 9076477. OLE color: 9076477.

HSL color Cylindrical-coordinate representation of color #FD7E8A: hue angle of 354.33º 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 #FD7E8A is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253126138-
CMYK00.500.450.01
HSL354.33º96.95%74.31%-
HSV(B)354.33º50.2%99.22%-
XYZ52.5637.6428.54-
YUV165.34112.58190.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=48.94%
G=24.37%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312613800.500.450.01354.3396.9574.31
HexFD7E8A0322D1162614a
Octal375176212062551542141112
Binary111111011111110100010100110010101101110110001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7E8A; }

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

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

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

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

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

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

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

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