Html Css Color HEX #FBA5B6 Light Pink

📋 copy color: '#FBA5B6'

red 251 ◦ green 165 ◦ blue 182

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

Shades of Light Pink #FBA5B6

Tints of Light Pink #FBA5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.43%

R = 41.97%
G = 27.59%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBA5B6 (or 0xFBA5B6) is known color: Light Pink. HEX triplet: FB, A5 and B6. RGB value is (251,165,182). Sum of RGB (Red+Green+Blue) = 251+165+182=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 165 (64.84% from 255 or 27.59% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5B6 is #045A49. Grayscale: #C0C0C0. Windows color (decimal): -285258 or 11970043. OLE color: 11970043.

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

Color convert

RGB 251 165 182 -
CMYK 0 0.34 0.27 0.02
HSL 348.14º 0.91% 0.82% -
HSV(B) 348.14º 0.34% 0.98% -
XYZ 61.68 50.8 50.81 -
YUV 192.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 251 165 182 0 0.34 0.27 0.02 348.14 0.91 0.82
Hex FB A5 B6 0 22 1B 2 15C 5B 52
Octal 373 245 266 0 42 33 2 534 133 122
Binary 11111011 10100101 10110110 0 100010 11011 10 101011100 1011011 1010010

Color Harmonies of #FBA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5B6

Black with #FBA5B6

Text Example


Text Example

White with #FBA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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