#FE7D8C

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

Shades of Carissma #FE7D8C

Tints of Carissma #FE7D8C

Color information

#FE7D8C (or 0xFE7D8C) is unknown color: approx Carissma. HEX triplet: FE, 7D and 8C. RGB value is (254,125,140). Sum of RGB (Red+Green+Blue) = 254+125+140=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D8C is #018273. Grayscale: #A5A5A5. Windows color (decimal): -98932 or 9207294. OLE color: 9207294.

HSL color Cylindrical-coordinate representation of color #FE7D8C: hue angle of 353.02º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D8C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254125140-
CMYK00.510.450.00
HSL353.02º98.47%74.31%-
HSV(B)353.02º50.79%99.61%-
XYZ52.9437.6329.28-
YUV165.28113.74191.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=48.94%
G=24.08%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412514000.510.450.00353.0298.4774.31
HexFE7D8C0332D0161624a
Octal376175214063550541142112
Binary111111101111101100011000110011101101010110000111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D8C; }

 p { color: rgb(254,125,140); }

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

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

 a { background-color: rgb(254,125,140); }

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

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

 span { border-color: rgb(254,125,140); }

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