#FD7E8B

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

Shades of Carissma #FD7E8B

Tints of Carissma #FD7E8B

Color information

#FD7E8B (or 0xFD7E8B) is unknown color: approx Carissma. HEX triplet: FD, 7E and 8B. RGB value is (253,126,139). Sum of RGB (Red+Green+Blue) = 253+126+139=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E8B is #028174. Grayscale: #A5A5A5. Windows color (decimal): -164213 or 9142013. OLE color: 9142013.

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

Color convert

RGB253126139-
CMYK00.500.450.01
HSL353.86º96.95%74.31%-
HSV(B)353.86º50.2%99.22%-
XYZ52.6337.6728.92-
YUV165.46113.08190.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=48.84%
G=24.32%
B=26.83%

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
Decimal25312613900.500.450.01353.8696.9574.31
HexFD7E8B0322D1162614a
Octal375176213062551542141112
Binary111111011111110100010110110010101101110110001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7E8B; }

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

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

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

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

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

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

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

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