Html Css Color HEX #FBDBEC Pig Pink

📋 copy color: '#FBDBEC'

red 251 ◦ green 219 ◦ blue 236

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

Shades of Pig Pink #FBDBEC

Tints of Pig Pink #FBDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.02%

 BLUE value IS 236 (92.58% from 255) = 33.43%

R = 35.55%
G = 31.02%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBDBEC (or 0xFBDBEC) is known color: Pig Pink. HEX triplet: FB, DB and EC. RGB value is (251,219,236). Sum of RGB (Red+Green+Blue) = 251+219+236=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBEC is #042413. Grayscale: #E6E6E6. Windows color (decimal): -271380 or 15522811. OLE color: 15522811.

HSL color Cylindrical-coordinate representation of color #FBDBEC: hue angle of 328.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBEC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 236 -
CMYK 0 0.13 0.06 0.02
HSL 328.13º 0.8% 0.92% -
HSV(B) 328.13º 0.13% 0.98% -
XYZ 80.26 77.23 90.03 -
YUV 230.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 251 219 236 0 0.13 0.06 0.02 328.13 0.8 0.92
Hex FB DB EC 0 D 6 2 148 50 5C
Octal 373 333 354 0 15 6 2 510 120 134
Binary 11111011 11011011 11101100 0 1101 110 10 101001000 1010000 1011100

Color Harmonies of #FBDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBEC

Black with #FBDBEC

Text Example


Text Example

White with #FBDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBEC; }

 p { color: rgb(251,219,236); }

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

background-color css

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

 a { background-color: rgb(251,219,236); }

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

border-color css

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

 span { border-color: rgb(251,219,236); }

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