Html Css Color HEX #FBC6BC Your Pink

📋 copy color: '#FBC6BC'

red 251 ◦ green 198 ◦ blue 188

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

Shades of Your Pink #FBC6BC

Tints of Your Pink #FBC6BC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.08%

 BLUE value IS 188 (73.83% from 255) = 29.51%

R = 39.4%
G = 31.08%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBC6BC (or 0xFBC6BC) is known color: Your Pink. HEX triplet: FB, C6 and BC. RGB value is (251,198,188). Sum of RGB (Red+Green+Blue) = 251+198+188=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6BC is #043943. Grayscale: #D4D4D4. Windows color (decimal): -276804 or 12371707. OLE color: 12371707.

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

Color convert

RGB 251 198 188 -
CMYK 0 0.21 0.25 0.02
HSL 9.52º 0.89% 0.86% -
HSV(B) 9.52º 0.25% 0.98% -
XYZ 69.05 64.53 56.39 -
YUV 212.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 251 198 188 0 0.21 0.25 0.02 9.52 0.89 0.86
Hex FB C6 BC 0 15 19 2 A 59 56
Octal 373 306 274 0 25 31 2 12 131 126
Binary 11111011 11000110 10111100 0 10101 11001 10 1010 1011001 1010110

Color Harmonies of #FBC6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6BC

Black with #FBC6BC

Text Example


Text Example

White with #FBC6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6BC; }

 p { color: rgb(251,198,188); }

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

background-color css

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

 a { background-color: rgb(251,198,188); }

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

border-color css

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

 span { border-color: rgb(251,198,188); }

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