Html Css Color HEX #FC788E Carissma

📋 copy color: '#FC788E'

red 252 ◦ green 120 ◦ blue 142

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

Shades of Carissma #FC788E

Tints of Carissma #FC788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 49.03%
G = 23.35%
B = 27.63%

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

#FC788E (or 0xFC788E) is known color: Carissma. HEX triplet: FC, 78 and 8E. RGB value is (252,120,142). Sum of RGB (Red+Green+Blue) = 252+120+142=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC788E is #038771. Grayscale: #A2A2A2. Windows color (decimal): -231282 or 9337084. OLE color: 9337084.

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

Color convert

RGB 252 120 142 -
CMYK 0 0.52 0.44 0.01
HSL 350º 0.96% 0.73% -
HSV(B) 350º 0.52% 0.99% -
XYZ 51.74 36.08 29.83 -
YUV 161.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 252 120 142 0 0.52 0.44 0.01 350 0.96 0.73
Hex FC 78 8E 0 34 2C 1 15E 60 49
Octal 374 170 216 0 64 54 1 536 140 111
Binary 11111100 1111000 10001110 0 110100 101100 1 101011110 1100000 1001001

Color Harmonies of #FC788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC788E

Black with #FC788E

Text Example


Text Example

White with #FC788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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