Html Css Color HEX #FD798A Carissma

📋 copy color: '#FD798A'

red 253 ◦ green 121 ◦ blue 138

#FD798A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #FD798A

Tints of Carissma #FD798A

RGB

 RED value IS 253 (99.22% from 255) = 49.41%

 GREEN value IS 121 (47.66% from 255) = 23.63%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 49.41%
G = 23.63%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD798A (or 0xFD798A) is known color: Carissma. HEX triplet: FD, 79 and 8A. RGB value is (253,121,138). Sum of RGB (Red+Green+Blue) = 253+121+138=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD798A is #028675. Grayscale: #A2A2A2. Windows color (decimal): -165494 or 9075197. OLE color: 9075197.

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

Color convert

RGB 253 121 138 -
CMYK 0 0.52 0.45 0.01
HSL 352.27º 0.97% 0.73% -
HSV(B) 352.27º 0.52% 0.99% -
XYZ 51.93 36.39 28.33 -
YUV 162.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 253 121 138 0 0.52 0.45 0.01 352.27 0.97 0.73
Hex FD 79 8A 0 34 2D 1 160 61 49
Octal 375 171 212 0 64 55 1 540 141 111
Binary 11111101 1111001 10001010 0 110100 101101 1 101100000 1100001 1001001

Color Harmonies of #FD798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD798A

Black with #FD798A

Text Example


Text Example

White with #FD798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD798A; }

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

 H1.HeaderClassName
 {
   color: #FD798A;
 }
 .AnyTagClassName
 {
   color: #FD798A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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