Html Css Color HEX #FBBCCD Pink

📋 copy color: '#FBBCCD'

red 251 ◦ green 188 ◦ blue 205

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

Shades of Pink #FBBCCD

Tints of Pink #FBBCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 38.98%
G = 29.19%
B = 31.83%

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

#FBBCCD (or 0xFBBCCD) is known color: Pink. HEX triplet: FB, BC and CD. RGB value is (251,188,205). Sum of RGB (Red+Green+Blue) = 251+188+205=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCCD is #044332. Grayscale: #D0D0D0. Windows color (decimal): -279347 or 13483259. OLE color: 13483259.

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

Color convert

RGB 251 188 205 -
CMYK 0 0.25 0.18 0.02
HSL 343.81º 0.89% 0.86% -
HSV(B) 343.81º 0.25% 0.98% -
XYZ 68.79 60.88 65.88 -
YUV 208.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 251 188 205 0 0.25 0.18 0.02 343.81 0.89 0.86
Hex FB BC CD 0 19 12 2 158 59 56
Octal 373 274 315 0 31 22 2 530 131 126
Binary 11111011 10111100 11001101 0 11001 10010 10 101011000 1011001 1010110

Color Harmonies of #FBBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCCD

Black with #FBBCCD

Text Example


Text Example

White with #FBBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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