Html Css Color HEX #FBDCE6 Pig Pink

📋 copy color: '#FBDCE6'

red 251 ◦ green 220 ◦ blue 230

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

Shades of Pig Pink #FBDCE6

Tints of Pig Pink #FBDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.38%

 BLUE value IS 230 (90.23% from 255) = 32.81%

R = 35.81%
G = 31.38%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBDCE6 (or 0xFBDCE6) is known color: Pig Pink. HEX triplet: FB, DC and E6. RGB value is (251,220,230). Sum of RGB (Red+Green+Blue) = 251+220+230=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCE6 is #042319. Grayscale: #E6E6E6. Windows color (decimal): -271130 or 15129851. OLE color: 15129851.

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

Color convert

RGB 251 220 230 -
CMYK 0 0.12 0.08 0.02
HSL 340.65º 0.79% 0.92% -
HSV(B) 340.65º 0.12% 0.98% -
XYZ 79.66 77.41 85.61 -
YUV 230.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 251 220 230 0 0.12 0.08 0.02 340.65 0.79 0.92
Hex FB DC E6 0 C 8 2 155 4F 5C
Octal 373 334 346 0 14 10 2 525 117 134
Binary 11111011 11011100 11100110 0 1100 1000 10 101010101 1001111 1011100

Color Harmonies of #FBDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCE6

Black with #FBDCE6

Text Example


Text Example

White with #FBDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCE6; }

 p { color: rgb(251,220,230); }

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

background-color css

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

 a { background-color: rgb(251,220,230); }

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

border-color css

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

 span { border-color: rgb(251,220,230); }

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