Html Css Color HEX #FBA9B2 Light Pink

📋 copy color: '#FBA9B2'

red 251 ◦ green 169 ◦ blue 178

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

Shades of Light Pink #FBA9B2

Tints of Light Pink #FBA9B2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.26%

 BLUE value IS 178 (69.92% from 255) = 29.77%

R = 41.97%
G = 28.26%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBA9B2 (or 0xFBA9B2) is known color: Light Pink. HEX triplet: FB, A9 and B2. RGB value is (251,169,178). Sum of RGB (Red+Green+Blue) = 251+169+178=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9B2 is #04564D. Grayscale: #C2C2C2. Windows color (decimal): -284238 or 11708923. OLE color: 11708923.

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

Color convert

RGB 251 169 178 -
CMYK 0 0.33 0.29 0.02
HSL 353.41º 0.91% 0.82% -
HSV(B) 353.41º 0.33% 0.98% -
XYZ 62.01 52.1 48.91 -
YUV 194.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 251 169 178 0 0.33 0.29 0.02 353.41 0.91 0.82
Hex FB A9 B2 0 21 1D 2 161 5B 52
Octal 373 251 262 0 41 35 2 541 133 122
Binary 11111011 10101001 10110010 0 100001 11101 10 101100001 1011011 1010010

Color Harmonies of #FBA9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9B2

Black with #FBA9B2

Text Example


Text Example

White with #FBA9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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