Html Css Color HEX #FBB6BD Light Pink

📋 copy color: '#FBB6BD'

red 251 ◦ green 182 ◦ blue 189

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

Shades of Light Pink #FBB6BD

Tints of Light Pink #FBB6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

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

R = 40.35%
G = 29.26%
B = 30.39%

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

#FBB6BD (or 0xFBB6BD) is known color: Light Pink. HEX triplet: FB, B6 and BD. RGB value is (251,182,189). Sum of RGB (Red+Green+Blue) = 251+182+189=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6BD is #044942. Grayscale: #CBCBCB. Windows color (decimal): -280899 or 12433147. OLE color: 12433147.

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

Color convert

RGB 251 182 189 -
CMYK 0 0.27 0.25 0.02
HSL 353.91º 0.9% 0.85% -
HSV(B) 353.91º 0.27% 0.98% -
XYZ 65.7 57.64 55.81 -
YUV 203.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 251 182 189 0 0.27 0.25 0.02 353.91 0.9 0.85
Hex FB B6 BD 0 1B 19 2 162 5A 55
Octal 373 266 275 0 33 31 2 542 132 125
Binary 11111011 10110110 10111101 0 11011 11001 10 101100010 1011010 1010101

Color Harmonies of #FBB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6BD

Black with #FBB6BD

Text Example


Text Example

White with #FBB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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