Html Css Color HEX #FB8A98 Wewak

📋 copy color: '#FB8A98'

red 251 ◦ green 138 ◦ blue 152

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

Shades of Wewak #FB8A98

Tints of Wewak #FB8A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

 BLUE value IS 152 (59.77% from 255) = 28.1%

R = 46.4%
G = 25.51%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB8A98 (or 0xFB8A98) is known color: Wewak. HEX triplet: FB, 8A and 98. RGB value is (251,138,152). Sum of RGB (Red+Green+Blue) = 251+138+152=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A98 is #047567. Grayscale: #ADADAD. Windows color (decimal): -292200 or 9997051. OLE color: 9997051.

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

Color convert

RGB 251 138 152 -
CMYK 0 0.45 0.39 0.02
HSL 352.57º 0.93% 0.76% -
HSV(B) 352.57º 0.45% 0.98% -
XYZ 54.54 40.95 34.74 -
YUV 173.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 251 138 152 0 0.45 0.39 0.02 352.57 0.93 0.76
Hex FB 8A 98 0 2D 27 2 161 5D 4C
Octal 373 212 230 0 55 47 2 541 135 114
Binary 11111011 10001010 10011000 0 101101 100111 10 101100001 1011101 1001100

Color Harmonies of #FB8A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8A98

Black with #FB8A98

Text Example


Text Example

White with #FB8A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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