Html Css Color HEX #FBB7BD Light Pink

📋 copy color: '#FBB7BD'

red 251 ◦ green 183 ◦ blue 189

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

Shades of Light Pink #FBB7BD

Tints of Light Pink #FBB7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.37%

 BLUE value IS 189 (74.22% from 255) = 30.34%

R = 40.29%
G = 29.37%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBB7BD (or 0xFBB7BD) is known color: Light Pink. HEX triplet: FB, B7 and BD. RGB value is (251,183,189). Sum of RGB (Red+Green+Blue) = 251+183+189=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB7BD is #044842. Grayscale: #CCCCCC. Windows color (decimal): -280643 or 12433403. OLE color: 12433403.

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

Color convert

RGB 251 183 189 -
CMYK 0 0.27 0.25 0.02
HSL 354.71º 0.89% 0.85% -
HSV(B) 354.71º 0.27% 0.98% -
XYZ 65.9 58.05 55.88 -
YUV 204.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 251 183 189 0 0.27 0.25 0.02 354.71 0.89 0.85
Hex FB B7 BD 0 1B 19 2 163 59 55
Octal 373 267 275 0 33 31 2 543 131 125
Binary 11111011 10110111 10111101 0 11011 11001 10 101100011 1011001 1010101

Color Harmonies of #FBB7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB7BD

Black with #FBB7BD

Text Example


Text Example

White with #FBB7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB7BD; }

 p { color: rgb(251,183,189); }

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

background-color css

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

 a { background-color: rgb(251,183,189); }

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

border-color css

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

 span { border-color: rgb(251,183,189); }

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