Html Css Color HEX #FBC6B9 Your Pink

📋 copy color: '#FBC6B9'

red 251 ◦ green 198 ◦ blue 185

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

Shades of Your Pink #FBC6B9

Tints of Your Pink #FBC6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.18%

R = 39.59%
G = 31.23%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBC6B9 (or 0xFBC6B9) is known color: Your Pink. HEX triplet: FB, C6 and B9. RGB value is (251,198,185). Sum of RGB (Red+Green+Blue) = 251+198+185=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6B9 is #043946. Grayscale: #D4D4D4. Windows color (decimal): -276807 or 12175099. OLE color: 12175099.

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

Color convert

RGB 251 198 185 -
CMYK 0 0.21 0.26 0.02
HSL 11.82º 0.89% 0.85% -
HSV(B) 11.82º 0.26% 0.98% -
XYZ 68.73 64.4 54.71 -
YUV 212.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 251 198 185 0 0.21 0.26 0.02 11.82 0.89 0.85
Hex FB C6 B9 0 15 1A 2 C 59 55
Octal 373 306 271 0 25 32 2 14 131 125
Binary 11111011 11000110 10111001 0 10101 11010 10 1100 1011001 1010101

Color Harmonies of #FBC6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6B9

Black with #FBC6B9

Text Example


Text Example

White with #FBC6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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