Html Css Color HEX #FC778B Carissma

📋 copy color: '#FC778B'

red 252 ◦ green 119 ◦ blue 139

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

Shades of Carissma #FC778B

Tints of Carissma #FC778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 49.41%
G = 23.33%
B = 27.25%

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

#FC778B (or 0xFC778B) is known color: Carissma. HEX triplet: FC, 77 and 8B. RGB value is (252,119,139). Sum of RGB (Red+Green+Blue) = 252+119+139=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC778B is #038874. Grayscale: #A1A1A1. Windows color (decimal): -231541 or 9140220. OLE color: 9140220.

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

Color convert

RGB 252 119 139 -
CMYK 0 0.53 0.45 0.01
HSL 350.98º 0.96% 0.73% -
HSV(B) 350.98º 0.53% 0.99% -
XYZ 51.4 35.75 28.62 -
YUV 161.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 252 119 139 0 0.53 0.45 0.01 350.98 0.96 0.73
Hex FC 77 8B 0 35 2D 1 15F 60 49
Octal 374 167 213 0 65 55 1 537 140 111
Binary 11111100 1110111 10001011 0 110101 101101 1 101011111 1100000 1001001

Color Harmonies of #FC778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC778B

Black with #FC778B

Text Example


Text Example

White with #FC778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC778B; }

 p { color: rgb(252,119,139); }

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

background-color css

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

 a { background-color: rgb(252,119,139); }

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

border-color css

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

 span { border-color: rgb(252,119,139); }

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