Html Css Color HEX #FB7F86 Carissma

📋 copy color: '#FB7F86'

red 251 ◦ green 127 ◦ blue 134

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

Shades of Carissma #FB7F86

Tints of Carissma #FB7F86

RGB

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

 GREEN value IS 127 (50% from 255) = 24.8%

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 49.02%
G = 24.8%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB7F86 (or 0xFB7F86) is known color: Carissma. HEX triplet: FB, 7F and 86. RGB value is (251,127,134). Sum of RGB (Red+Green+Blue) = 251+127+134=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7F86 is #048079. Grayscale: #A4A4A4. Windows color (decimal): -295034 or 8814587. OLE color: 8814587.

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

Color convert

RGB 251 127 134 -
CMYK 0 0.49 0.47 0.02
HSL 356.61º 0.94% 0.74% -
HSV(B) 356.61º 0.49% 0.98% -
XYZ 51.68 37.41 27.05 -
YUV 164.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 251 127 134 0 0.49 0.47 0.02 356.61 0.94 0.74
Hex FB 7F 86 0 31 2F 2 165 5E 4A
Octal 373 177 206 0 61 57 2 545 136 112
Binary 11111011 1111111 10000110 0 110001 101111 10 101100101 1011110 1001010

Color Harmonies of #FB7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7F86

Black with #FB7F86

Text Example


Text Example

White with #FB7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7F86; }

 p { color: rgb(251,127,134); }

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

background-color css

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

 a { background-color: rgb(251,127,134); }

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

border-color css

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

 span { border-color: rgb(251,127,134); }

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