Html Css Color HEX #FBA5A9 Wewak

📋 copy color: '#FBA5A9'

red 251 ◦ green 165 ◦ blue 169

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

Shades of Wewak #FBA5A9

Tints of Wewak #FBA5A9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.21%

 BLUE value IS 169 (66.41% from 255) = 28.89%

R = 42.91%
G = 28.21%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBA5A9 (or 0xFBA5A9) is known color: Wewak. HEX triplet: FB, A5 and A9. RGB value is (251,165,169). Sum of RGB (Red+Green+Blue) = 251+165+169=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5A9 is #045A56. Grayscale: #BFBFBF. Windows color (decimal): -285271 or 11118075. OLE color: 11118075.

HSL color Cylindrical-coordinate representation of color #FBA5A9: hue angle of 357.21º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5A9 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 169 -
CMYK 0 0.34 0.33 0.02
HSL 357.21º 0.91% 0.82% -
HSV(B) 357.21º 0.34% 0.98% -
XYZ 60.4 50.28 44.06 -
YUV 191.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 251 165 169 0 0.34 0.33 0.02 357.21 0.91 0.82
Hex FB A5 A9 0 22 21 2 165 5B 52
Octal 373 245 251 0 42 41 2 545 133 122
Binary 11111011 10100101 10101001 0 100010 100001 10 101100101 1011011 1010010

Color Harmonies of #FBA5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5A9

Black with #FBA5A9

Text Example


Text Example

White with #FBA5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5A9; }

 p { color: rgb(251,165,169); }

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

background-color css

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

 a { background-color: rgb(251,165,169); }

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

border-color css

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

 span { border-color: rgb(251,165,169); }

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