Html Css Color HEX #FB778F Carissma

📋 copy color: '#FB778F'

red 251 ◦ green 119 ◦ blue 143

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

Shades of Carissma #FB778F

Tints of Carissma #FB778F

RGB

 RED value IS 251 (98.44% from 255) = 48.93%

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 48.93%
G = 23.2%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB778F (or 0xFB778F) is known color: Carissma. HEX triplet: FB, 77 and 8F. RGB value is (251,119,143). Sum of RGB (Red+Green+Blue) = 251+119+143=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB778F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB778F is #048870. Grayscale: #A1A1A1. Windows color (decimal): -297073 or 9402363. OLE color: 9402363.

HSL color Cylindrical-coordinate representation of color #FB778F: hue angle of 349.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB778F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 119 143 -
CMYK 0 0.53 0.43 0.02
HSL 349.09º 0.94% 0.73% -
HSV(B) 349.09º 0.53% 0.98% -
XYZ 51.34 35.69 30.17 -
YUV 161.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 251 119 143 0 0.53 0.43 0.02 349.09 0.94 0.73
Hex FB 77 8F 0 35 2B 2 15D 5E 49
Octal 373 167 217 0 65 53 2 535 136 111
Binary 11111011 1110111 10001111 0 110101 101011 10 101011101 1011110 1001001

Color Harmonies of #FB778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB778F

Black with #FB778F

Text Example


Text Example

White with #FB778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB778F; }

 p { color: rgb(251,119,143); }

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

background-color css

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

 a { background-color: rgb(251,119,143); }

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

border-color css

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

 span { border-color: rgb(251,119,143); }

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