Html Css Color HEX #FBA5B0 Illusion

📋 copy color: '#FBA5B0'

red 251 ◦ green 165 ◦ blue 176

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

Shades of Illusion #FBA5B0

Tints of Illusion #FBA5B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.73%

R = 42.4%
G = 27.87%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBA5B0 (or 0xFBA5B0) is known color: Illusion. HEX triplet: FB, A5 and B0. RGB value is (251,165,176). Sum of RGB (Red+Green+Blue) = 251+165+176=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5B0 is #045A4F. Grayscale: #C0C0C0. Windows color (decimal): -285264 or 11576827. OLE color: 11576827.

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

Color convert

RGB 251 165 176 -
CMYK 0 0.34 0.30 0.02
HSL 352.33º 0.91% 0.82% -
HSV(B) 352.33º 0.34% 0.98% -
XYZ 61.08 50.55 47.61 -
YUV 191.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 251 165 176 0 0.34 0.30 0.02 352.33 0.91 0.82
Hex FB A5 B0 0 22 1E 2 160 5B 52
Octal 373 245 260 0 42 36 2 540 133 122
Binary 11111011 10100101 10110000 0 100010 11110 10 101100000 1011011 1010010

Color Harmonies of #FBA5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5B0

Black with #FBA5B0

Text Example


Text Example

White with #FBA5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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