Html Css Color HEX #FB788F Carissma

📋 copy color: '#FB788F'

red 251 ◦ green 120 ◦ blue 143

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

Shades of Carissma #FB788F

Tints of Carissma #FB788F

RGB

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

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

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

R = 48.83%
G = 23.35%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB788F (or 0xFB788F) is known color: Carissma. HEX triplet: FB, 78 and 8F. RGB value is (251,120,143). Sum of RGB (Red+Green+Blue) = 251+120+143=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB788F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB788F is #048770. Grayscale: #A1A1A1. Windows color (decimal): -296817 or 9402619. OLE color: 9402619.

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

Color convert

RGB 251 120 143 -
CMYK 0 0.52 0.43 0.02
HSL 349.47º 0.94% 0.73% -
HSV(B) 349.47º 0.52% 0.98% -
XYZ 51.46 35.93 30.21 -
YUV 161.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 251 120 143 0 0.52 0.43 0.02 349.47 0.94 0.73
Hex FB 78 8F 0 34 2B 2 15D 5E 49
Octal 373 170 217 0 64 53 2 535 136 111
Binary 11111011 1111000 10001111 0 110100 101011 10 101011101 1011110 1001001

Color Harmonies of #FB788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB788F

Black with #FB788F

Text Example


Text Example

White with #FB788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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