Html Css Color HEX #FBBCC7 Pink

📋 copy color: '#FBBCC7'

red 251 ◦ green 188 ◦ blue 199

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

Shades of Pink #FBBCC7

Tints of Pink #FBBCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.47%

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

R = 39.34%
G = 29.47%
B = 31.19%

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

#FBBCC7 (or 0xFBBCC7) is known color: Pink. HEX triplet: FB, BC and C7. RGB value is (251,188,199). Sum of RGB (Red+Green+Blue) = 251+188+199=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC7 is #044338. Grayscale: #D0D0D0. Windows color (decimal): -279353 or 13090043. OLE color: 13090043.

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

Color convert

RGB 251 188 199 -
CMYK 0 0.25 0.21 0.02
HSL 349.52º 0.89% 0.86% -
HSV(B) 349.52º 0.25% 0.98% -
XYZ 68.08 60.6 62.14 -
YUV 208.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 251 188 199 0 0.25 0.21 0.02 349.52 0.89 0.86
Hex FB BC C7 0 19 15 2 15E 59 56
Octal 373 274 307 0 31 25 2 536 131 126
Binary 11111011 10111100 11000111 0 11001 10101 10 101011110 1011001 1010110

Color Harmonies of #FBBCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCC7

Black with #FBBCC7

Text Example


Text Example

White with #FBBCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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