Html Css Color HEX #FB788A Carissma

📋 copy color: '#FB788A'

red 251 ◦ green 120 ◦ blue 138

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

Shades of Carissma #FB788A

Tints of Carissma #FB788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 49.31%
G = 23.58%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB788A (or 0xFB788A) is known color: Carissma. HEX triplet: FB, 78 and 8A. RGB value is (251,120,138). Sum of RGB (Red+Green+Blue) = 251+120+138=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB788A is #048775. Grayscale: #A1A1A1. Windows color (decimal): -296822 or 9074939. OLE color: 9074939.

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

Color convert

RGB 251 120 138 -
CMYK 0 0.52 0.45 0.02
HSL 351.76º 0.94% 0.73% -
HSV(B) 351.76º 0.52% 0.98% -
XYZ 51.09 35.78 28.26 -
YUV 161.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 251 120 138 0 0.52 0.45 0.02 351.76 0.94 0.73
Hex FB 78 8A 0 34 2D 2 160 5E 49
Octal 373 170 212 0 64 55 2 540 136 111
Binary 11111011 1111000 10001010 0 110100 101101 10 101100000 1011110 1001001

Color Harmonies of #FB788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB788A

Black with #FB788A

Text Example


Text Example

White with #FB788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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