#FE798A

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

Shades of Carissma #FE798A

Tints of Carissma #FE798A

Color information

#FE798A (or 0xFE798A) is unknown color: approx Carissma. HEX triplet: FE, 79 and 8A. RGB value is (254,121,138). Sum of RGB (Red+Green+Blue) = 254+121+138=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE798A is #018675. Grayscale: #A2A2A2. Windows color (decimal): -99958 or 9075198. OLE color: 9075198.

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

Color convert

RGB254121138-
CMYK00.520.460.00
HSL352.33º98.52%73.53%-
HSV(B)352.33º52.36%99.61%-
XYZ52.336.5828.35-
YUV162.71114.06193.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=49.51%
G=23.59%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412113800.520.460.00352.3398.5273.53
HexFE798A0342E0160634a
Octal376171212064560540143112
Binary111111101111001100010100110100101110010110000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE798A; }

 p { color: rgb(254,121,138); }

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

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

 a { background-color: rgb(254,121,138); }

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

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

 span { border-color: rgb(254,121,138); }

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