Html Css Color HEX #FBBCCE Pink

📋 copy color: '#FBBCCE'

red 251 ◦ green 188 ◦ blue 206

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

Shades of Pink #FBBCCE

Tints of Pink #FBBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.94%

R = 38.91%
G = 29.15%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBBCCE (or 0xFBBCCE) is known color: Pink. HEX triplet: FB, BC and CE. RGB value is (251,188,206). Sum of RGB (Red+Green+Blue) = 251+188+206=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCCE is #044331. Grayscale: #D0D0D0. Windows color (decimal): -279346 or 13548795. OLE color: 13548795.

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

Color convert

RGB 251 188 206 -
CMYK 0 0.25 0.18 0.02
HSL 342.86º 0.89% 0.86% -
HSV(B) 342.86º 0.25% 0.98% -
XYZ 68.91 60.93 66.52 -
YUV 208.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 251 188 206 0 0.25 0.18 0.02 342.86 0.89 0.86
Hex FB BC CE 0 19 12 2 157 59 56
Octal 373 274 316 0 31 22 2 527 131 126
Binary 11111011 10111100 11001110 0 11001 10010 10 101010111 1011001 1010110

Color Harmonies of #FBBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCCE

Black with #FBBCCE

Text Example


Text Example

White with #FBBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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