Html Css Color HEX #FBC8BD Your Pink

📋 copy color: '#FBC8BD'

red 251 ◦ green 200 ◦ blue 189

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

Shades of Your Pink #FBC8BD

Tints of Your Pink #FBC8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 39.22%
G = 31.25%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBC8BD (or 0xFBC8BD) is known color: Your Pink. HEX triplet: FB, C8 and BD. RGB value is (251,200,189). Sum of RGB (Red+Green+Blue) = 251+200+189=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8BD is #043742. Grayscale: #D6D6D6. Windows color (decimal): -276291 or 12437755. OLE color: 12437755.

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

Color convert

RGB 251 200 189 -
CMYK 0 0.20 0.25 0.02
HSL 10.65º 0.89% 0.86% -
HSV(B) 10.65º 0.25% 0.98% -
XYZ 69.62 65.49 57.12 -
YUV 214 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 251 200 189 0 0.20 0.25 0.02 10.65 0.89 0.86
Hex FB C8 BD 0 14 19 2 B 59 56
Octal 373 310 275 0 24 31 2 13 131 126
Binary 11111011 11001000 10111101 0 10100 11001 10 1011 1011001 1010110

Color Harmonies of #FBC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8BD

Black with #FBC8BD

Text Example


Text Example

White with #FBC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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