Html Css Color HEX #FBBDCD Pink

📋 copy color: '#FBBDCD'

red 251 ◦ green 189 ◦ blue 205

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

Shades of Pink #FBBDCD

Tints of Pink #FBBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.3%

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

R = 38.91%
G = 29.3%
B = 31.78%

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

#FBBDCD (or 0xFBBDCD) is known color: Pink. HEX triplet: FB, BD and CD. RGB value is (251,189,205). Sum of RGB (Red+Green+Blue) = 251+189+205=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDCD is #044232. Grayscale: #D1D1D1. Windows color (decimal): -279091 or 13483515. OLE color: 13483515.

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

Color convert

RGB 251 189 205 -
CMYK 0 0.25 0.18 0.02
HSL 344.52º 0.89% 0.86% -
HSV(B) 344.52º 0.25% 0.98% -
XYZ 69 61.31 65.96 -
YUV 209.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 251 189 205 0 0.25 0.18 0.02 344.52 0.89 0.86
Hex FB BD CD 0 19 12 2 159 59 56
Octal 373 275 315 0 31 22 2 531 131 126
Binary 11111011 10111101 11001101 0 11001 10010 10 101011001 1011001 1010110

Color Harmonies of #FBBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDCD

Black with #FBBDCD

Text Example


Text Example

White with #FBBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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