Html Css Color HEX #FBBDBB Your Pink

📋 copy color: '#FBBDBB'

red 251 ◦ green 189 ◦ blue 187

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

Shades of Your Pink #FBBDBB

Tints of Your Pink #FBBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.14%

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 40.03%
G = 30.14%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBBDBB (or 0xFBBDBB) is known color: Your Pink. HEX triplet: FB, BD and BB. RGB value is (251,189,187). Sum of RGB (Red+Green+Blue) = 251+189+187=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDBB is #044244. Grayscale: #CFCFCF. Windows color (decimal): -279109 or 12303867. OLE color: 12303867.

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

Color convert

RGB 251 189 187 -
CMYK 0 0.25 0.25 0.02
HSL 1.88º 0.89% 0.86% -
HSV(B) 1.88º 0.25% 0.98% -
XYZ 66.95 60.49 55.16 -
YUV 207.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 251 189 187 0 0.25 0.25 0.02 1.88 0.89 0.86
Hex FB BD BB 0 19 19 2 2 59 56
Octal 373 275 273 0 31 31 2 2 131 126
Binary 11111011 10111101 10111011 0 11001 11001 10 10 1011001 1010110

Color Harmonies of #FBBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDBB

Black with #FBBDBB

Text Example


Text Example

White with #FBBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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