Html Css Color HEX #FBBCC8 Pink

📋 copy color: '#FBBCC8'

red 251 ◦ green 188 ◦ blue 200

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

Shades of Pink #FBBCC8

Tints of Pink #FBBCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.3%

R = 39.28%
G = 29.42%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBBCC8 (or 0xFBBCC8) is known color: Pink. HEX triplet: FB, BC and C8. RGB value is (251,188,200). Sum of RGB (Red+Green+Blue) = 251+188+200=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC8 is #044337. Grayscale: #D0D0D0. Windows color (decimal): -279352 or 13155579. OLE color: 13155579.

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

Color convert

RGB 251 188 200 -
CMYK 0 0.25 0.20 0.02
HSL 348.57º 0.89% 0.86% -
HSV(B) 348.57º 0.25% 0.98% -
XYZ 68.19 60.65 62.76 -
YUV 208.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 251 188 200 0 0.25 0.20 0.02 348.57 0.89 0.86
Hex FB BC C8 0 19 14 2 15D 59 56
Octal 373 274 310 0 31 24 2 535 131 126
Binary 11111011 10111100 11001000 0 11001 10100 10 101011101 1011001 1010110

Color Harmonies of #FBBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCC8

Black with #FBBCC8

Text Example


Text Example

White with #FBBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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