Html Css Color HEX #FB8081 Froly

📋 copy color: '#FB8081'

red 251 ◦ green 128 ◦ blue 129

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

Shades of Froly #FB8081

Tints of Froly #FB8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 129 (50.78% from 255) = 25.39%

R = 49.41%
G = 25.2%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB8081 (or 0xFB8081) is known color: Froly. HEX triplet: FB, 80 and 81. RGB value is (251,128,129). Sum of RGB (Red+Green+Blue) = 251+128+129=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8081 is #047F7E. Grayscale: #A5A5A5. Windows color (decimal): -294783 or 8487163. OLE color: 8487163.

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

Color convert

RGB 251 128 129 -
CMYK 0 0.49 0.49 0.02
HSL 359.51º 0.94% 0.74% -
HSV(B) 359.51º 0.49% 0.98% -
XYZ 51.47 37.53 25.3 -
YUV 164.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 251 128 129 0 0.49 0.49 0.02 359.51 0.94 0.74
Hex FB 80 81 0 31 31 2 168 5E 4A
Octal 373 200 201 0 61 61 2 550 136 112
Binary 11111011 10000000 10000001 0 110001 110001 10 101101000 1011110 1001010

Color Harmonies of #FB8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8081

Black with #FB8081

Text Example


Text Example

White with #FB8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8081; }

 p { color: rgb(251,128,129); }

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

background-color css

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

 a { background-color: rgb(251,128,129); }

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

border-color css

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

 span { border-color: rgb(251,128,129); }

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