#FB8DA1

Color #FB8DA1 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FB8DA1

Tints of Wewak #FB8DA1

Color information

#FB8DA1 (or 0xFB8DA1) is unknown color: approx Wewak. HEX triplet: FB, 8D and A1. RGB value is (251,141,161). Sum of RGB (Red+Green+Blue) = 251+141+161=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA1 is #04725E. Grayscale: #B0B0B0. Windows color (decimal): -291423 or 10587643. OLE color: 10587643.

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

Color convert

RGB251141161-
CMYK00.440.360.02
HSL349.09º93.22%76.86%-
HSV(B)349.09º43.82%98.43%-
XYZ55.7442.1338.91-
YUV176.17119.44181.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=45.39%
G=25.50%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114116100.440.360.02349.0993.2276.86
HexFB8DA102C24215d5d4d
Octal373215241054442535135115
Binary11111011100011011010000101011001001001010101110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DA1; }

 p { color: rgb(251,141,161); }

 H1.HeaderClassName
 {
   color: #FB8DA1;
 }
 .AnyTagClassName
 {
   color: #FB8DA1;
 }
</style>
background-color css

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

 a { background-color: rgb(251,141,161); }

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

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

 span { border-color: rgb(251,141,161); }

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