Html Css Color HEX #FB7B8A Carissma

📋 copy color: '#FB7B8A'

red 251 ◦ green 123 ◦ blue 138

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

Shades of Carissma #FB7B8A

Tints of Carissma #FB7B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

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

R = 49.02%
G = 24.02%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB7B8A (or 0xFB7B8A) is known color: Carissma. HEX triplet: FB, 7B and 8A. RGB value is (251,123,138). Sum of RGB (Red+Green+Blue) = 251+123+138=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B8A is #048475. Grayscale: #A3A3A3. Windows color (decimal): -296054 or 9075707. OLE color: 9075707.

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

Color convert

RGB 251 123 138 -
CMYK 0 0.51 0.45 0.02
HSL 352.97º 0.94% 0.73% -
HSV(B) 352.97º 0.51% 0.98% -
XYZ 51.45 36.51 28.38 -
YUV 162.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 251 123 138 0 0.51 0.45 0.02 352.97 0.94 0.73
Hex FB 7B 8A 0 33 2D 2 161 5E 49
Octal 373 173 212 0 63 55 2 541 136 111
Binary 11111011 1111011 10001010 0 110011 101101 10 101100001 1011110 1001001

Color Harmonies of #FB7B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B8A

Black with #FB7B8A

Text Example


Text Example

White with #FB7B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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