Html Css Color HEX #FBBDCE Pink

📋 copy color: '#FBBDCE'

red 251 ◦ green 189 ◦ blue 206

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

Shades of Pink #FBBDCE

Tints of Pink #FBBDCE

RGB

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

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

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

R = 38.85%
G = 29.26%
B = 31.89%

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

#FBBDCE (or 0xFBBDCE) is known color: Pink. HEX triplet: FB, BD and CE. RGB value is (251,189,206). Sum of RGB (Red+Green+Blue) = 251+189+206=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDCE is #044231. Grayscale: #D1D1D1. Windows color (decimal): -279090 or 13549051. OLE color: 13549051.

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

Color convert

RGB 251 189 206 -
CMYK 0 0.25 0.18 0.02
HSL 343.55º 0.89% 0.86% -
HSV(B) 343.55º 0.25% 0.98% -
XYZ 69.12 61.36 66.59 -
YUV 209.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 251 189 206 0 0.25 0.18 0.02 343.55 0.89 0.86
Hex FB BD CE 0 19 12 2 158 59 56
Octal 373 275 316 0 31 22 2 530 131 126
Binary 11111011 10111101 11001110 0 11001 10010 10 101011000 1011001 1010110

Color Harmonies of #FBBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDCE

Black with #FBBDCE

Text Example


Text Example

White with #FBBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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