Html Css Color HEX #FC788C Carissma

📋 copy color: '#FC788C'

red 252 ◦ green 120 ◦ blue 140

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

Shades of Carissma #FC788C

Tints of Carissma #FC788C

RGB

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

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

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

R = 49.22%
G = 23.44%
B = 27.34%

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

#FC788C (or 0xFC788C) is known color: Carissma. HEX triplet: FC, 78 and 8C. RGB value is (252,120,140). Sum of RGB (Red+Green+Blue) = 252+120+140=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC788C is #038773. Grayscale: #A1A1A1. Windows color (decimal): -231284 or 9206012. OLE color: 9206012.

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

Color convert

RGB 252 120 140 -
CMYK 0 0.52 0.44 0.01
HSL 350.91º 0.96% 0.73% -
HSV(B) 350.91º 0.52% 0.99% -
XYZ 51.59 36.02 29.04 -
YUV 161.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 252 120 140 0 0.52 0.44 0.01 350.91 0.96 0.73
Hex FC 78 8C 0 34 2C 1 15F 60 49
Octal 374 170 214 0 64 54 1 537 140 111
Binary 11111100 1111000 10001100 0 110100 101100 1 101011111 1100000 1001001

Color Harmonies of #FC788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC788C

Black with #FC788C

Text Example


Text Example

White with #FC788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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