Html Css Color HEX #FD778C Carissma

📋 copy color: '#FD778C'

red 253 ◦ green 119 ◦ blue 140

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

Shades of Carissma #FD778C

Tints of Carissma #FD778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 49.41%
G = 23.24%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD778C (or 0xFD778C) is known color: Carissma. HEX triplet: FD, 77 and 8C. RGB value is (253,119,140). Sum of RGB (Red+Green+Blue) = 253+119+140=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD778C is #028873. Grayscale: #A1A1A1. Windows color (decimal): -166004 or 9205757. OLE color: 9205757.

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

Color convert

RGB 253 119 140 -
CMYK 0 0.53 0.45 0.01
HSL 350.6º 0.97% 0.73% -
HSV(B) 350.6º 0.53% 0.99% -
XYZ 51.84 35.97 29.02 -
YUV 161.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 253 119 140 0 0.53 0.45 0.01 350.6 0.97 0.73
Hex FD 77 8C 0 35 2D 1 15F 61 49
Octal 375 167 214 0 65 55 1 537 141 111
Binary 11111101 1110111 10001100 0 110101 101101 1 101011111 1100001 1001001

Color Harmonies of #FD778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD778C

Black with #FD778C

Text Example


Text Example

White with #FD778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD778C; }

 p { color: rgb(253,119,140); }

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

background-color css

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

 a { background-color: rgb(253,119,140); }

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

border-color css

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

 span { border-color: rgb(253,119,140); }

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