Html Css Color HEX #FBBDCC Pink

📋 copy color: '#FBBDCC'

red 251 ◦ green 189 ◦ blue 204

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

Shades of Pink #FBBDCC

Tints of Pink #FBBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.68%

R = 38.98%
G = 29.35%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBBDCC (or 0xFBBDCC) is known color: Pink. HEX triplet: FB, BD and CC. RGB value is (251,189,204). Sum of RGB (Red+Green+Blue) = 251+189+204=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDCC is #044233. Grayscale: #D1D1D1. Windows color (decimal): -279092 or 13417979. OLE color: 13417979.

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

Color convert

RGB 251 189 204 -
CMYK 0 0.25 0.19 0.02
HSL 345.48º 0.89% 0.86% -
HSV(B) 345.48º 0.25% 0.98% -
XYZ 68.88 61.26 65.32 -
YUV 209.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 251 189 204 0 0.25 0.19 0.02 345.48 0.89 0.86
Hex FB BD CC 0 19 13 2 159 59 56
Octal 373 275 314 0 31 23 2 531 131 126
Binary 11111011 10111101 11001100 0 11001 10011 10 101011001 1011001 1010110

Color Harmonies of #FBBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDCC

Black with #FBBDCC

Text Example


Text Example

White with #FBBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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