Html Css Color HEX #FC788D Carissma

📋 copy color: '#FC788D'

red 252 ◦ green 120 ◦ blue 141

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

Shades of Carissma #FC788D

Tints of Carissma #FC788D

RGB

 RED value IS 252 (98.83% from 255) = 49.12%

 GREEN value IS 120 (47.27% from 255) = 23.39%

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 49.12%
G = 23.39%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC788D (or 0xFC788D) is known color: Carissma. HEX triplet: FC, 78 and 8D. RGB value is (252,120,141). Sum of RGB (Red+Green+Blue) = 252+120+141=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC788D is #038772. Grayscale: #A1A1A1. Windows color (decimal): -231283 or 9271548. OLE color: 9271548.

HSL color Cylindrical-coordinate representation of color #FC788D: hue angle of 350.45º degrees, saturation: 0.96, 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 #FC788D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 120 141 -
CMYK 0 0.52 0.44 0.01
HSL 350.45º 0.96% 0.73% -
HSV(B) 350.45º 0.52% 0.99% -
XYZ 51.67 36.05 29.43 -
YUV 161.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 252 120 141 0 0.52 0.44 0.01 350.45 0.96 0.73
Hex FC 78 8D 0 34 2C 1 15E 60 49
Octal 374 170 215 0 64 54 1 536 140 111
Binary 11111100 1111000 10001101 0 110100 101100 1 101011110 1100000 1001001

Color Harmonies of #FC788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC788D

Black with #FC788D

Text Example


Text Example

White with #FC788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC788D; }

 p { color: rgb(252,120,141); }

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

background-color css

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

 a { background-color: rgb(252,120,141); }

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

border-color css

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

 span { border-color: rgb(252,120,141); }

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