Html Css Color HEX #FBBBC7 Pink

📋 copy color: '#FBBBC7'

red 251 ◦ green 187 ◦ blue 199

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

Shades of Pink #FBBBC7

Tints of Pink #FBBBC7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

 BLUE value IS 199 (78.13% from 255) = 31.24%

R = 39.4%
G = 29.36%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FBBBC7 (or 0xFBBBC7) is known color: Pink. HEX triplet: FB, BB and C7. RGB value is (251,187,199). Sum of RGB (Red+Green+Blue) = 251+187+199=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC7 is #044438. Grayscale: #CFCFCF. Windows color (decimal): -279609 or 13089787. OLE color: 13089787.

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

Color convert

RGB 251 187 199 -
CMYK 0 0.25 0.21 0.02
HSL 348.75º 0.89% 0.86% -
HSV(B) 348.75º 0.25% 0.98% -
XYZ 67.86 60.17 62.07 -
YUV 207.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 251 187 199 0 0.25 0.21 0.02 348.75 0.89 0.86
Hex FB BB C7 0 19 15 2 15D 59 56
Octal 373 273 307 0 31 25 2 535 131 126
Binary 11111011 10111011 11000111 0 11001 10101 10 101011101 1011001 1010110

Color Harmonies of #FBBBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBC7

Black with #FBBBC7

Text Example


Text Example

White with #FBBBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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