Html Css Color HEX #FB96A0 Wewak

📋 copy color: '#FB96A0'

red 251 ◦ green 150 ◦ blue 160

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

Shades of Wewak #FB96A0

Tints of Wewak #FB96A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.74%

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 44.74%
G = 26.74%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB96A0 (or 0xFB96A0) is known color: Wewak. HEX triplet: FB, 96 and A0. RGB value is (251,150,160). Sum of RGB (Red+Green+Blue) = 251+150+160=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96A0 is #04695F. Grayscale: #B5B5B5. Windows color (decimal): -289120 or 10524411. OLE color: 10524411.

HSL color Cylindrical-coordinate representation of color #FB96A0: hue angle of 354.06º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96A0 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 160 -
CMYK 0 0.40 0.36 0.02
HSL 354.06º 0.93% 0.79% -
HSV(B) 354.06º 0.4% 0.98% -
XYZ 57.04 44.86 38.91 -
YUV 181.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 251 150 160 0 0.40 0.36 0.02 354.06 0.93 0.79
Hex FB 96 A0 0 28 24 2 162 5D 4F
Octal 373 226 240 0 50 44 2 542 135 117
Binary 11111011 10010110 10100000 0 101000 100100 10 101100010 1011101 1001111

Color Harmonies of #FB96A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96A0

Black with #FB96A0

Text Example


Text Example

White with #FB96A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96A0; }

 p { color: rgb(251,150,160); }

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

background-color css

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

 a { background-color: rgb(251,150,160); }

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

border-color css

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

 span { border-color: rgb(251,150,160); }

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