Html Css Color HEX #FBA5A6 Wewak

📋 copy color: '#FBA5A6'

red 251 ◦ green 165 ◦ blue 166

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

Shades of Wewak #FBA5A6

Tints of Wewak #FBA5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.52%

R = 43.13%
G = 28.35%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBA5A6 (or 0xFBA5A6) is known color: Wewak. HEX triplet: FB, A5 and A6. RGB value is (251,165,166). Sum of RGB (Red+Green+Blue) = 251+165+166=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5A6 is #045A59. Grayscale: #BEBEBE. Windows color (decimal): -285274 or 10921467. OLE color: 10921467.

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

Color convert

RGB 251 165 166 -
CMYK 0 0.34 0.34 0.02
HSL 359.3º 0.91% 0.82% -
HSV(B) 359.3º 0.34% 0.98% -
XYZ 60.12 50.17 42.59 -
YUV 190.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 251 165 166 0 0.34 0.34 0.02 359.3 0.91 0.82
Hex FB A5 A6 0 22 22 2 167 5B 52
Octal 373 245 246 0 42 42 2 547 133 122
Binary 11111011 10100101 10100110 0 100010 100010 10 101100111 1011011 1010010

Color Harmonies of #FBA5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5A6

Black with #FBA5A6

Text Example


Text Example

White with #FBA5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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