Html Css Color HEX #FBADBA Light Pink

📋 copy color: '#FBADBA'

red 251 ◦ green 173 ◦ blue 186

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

Shades of Light Pink #FBADBA

Tints of Light Pink #FBADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.36%

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 41.15%
G = 28.36%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBADBA (or 0xFBADBA) is known color: Light Pink. HEX triplet: FB, AD and BA. RGB value is (251,173,186). Sum of RGB (Red+Green+Blue) = 251+173+186=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADBA is #045245. Grayscale: #C5C5C5. Windows color (decimal): -283206 or 12234235. OLE color: 12234235.

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

Color convert

RGB 251 173 186 -
CMYK 0 0.31 0.26 0.02
HSL 350º 0.91% 0.83% -
HSV(B) 350º 0.31% 0.98% -
XYZ 63.59 53.94 53.51 -
YUV 197.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 251 173 186 0 0.31 0.26 0.02 350 0.91 0.83
Hex FB AD BA 0 1F 1A 2 15E 5B 53
Octal 373 255 272 0 37 32 2 536 133 123
Binary 11111011 10101101 10111010 0 11111 11010 10 101011110 1011011 1010011

Color Harmonies of #FBADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADBA

Black with #FBADBA

Text Example


Text Example

White with #FBADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADBA; }

 p { color: rgb(251,173,186); }

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

background-color css

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

 a { background-color: rgb(251,173,186); }

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

border-color css

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

 span { border-color: rgb(251,173,186); }

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