Html Css Color HEX #FBB8BA Light Pink

📋 copy color: '#FBB8BA'

red 251 ◦ green 184 ◦ blue 186

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

Shades of Light Pink #FBB8BA

Tints of Light Pink #FBB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.63%

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

R = 40.42%
G = 29.63%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBB8BA (or 0xFBB8BA) is known color: Light Pink. HEX triplet: FB, B8 and BA. RGB value is (251,184,186). Sum of RGB (Red+Green+Blue) = 251+184+186=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8BA is #044745. Grayscale: #CCCCCC. Windows color (decimal): -280390 or 12237051. OLE color: 12237051.

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

Color convert

RGB 251 184 186 -
CMYK 0 0.27 0.26 0.02
HSL 358.21º 0.89% 0.85% -
HSV(B) 358.21º 0.27% 0.98% -
XYZ 65.79 58.34 54.25 -
YUV 204.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 251 184 186 0 0.27 0.26 0.02 358.21 0.89 0.85
Hex FB B8 BA 0 1B 1A 2 166 59 55
Octal 373 270 272 0 33 32 2 546 131 125
Binary 11111011 10111000 10111010 0 11011 11010 10 101100110 1011001 1010101

Color Harmonies of #FBB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8BA

Black with #FBB8BA

Text Example


Text Example

White with #FBB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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